mirror of
https://github.com/samba-team/samba.git
synced 2025-07-25 00:59:11 +03:00
gpo: Remove unused gp_ext.list() function
Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Aurelien Aptel <aaptel@suse.com>
This commit is contained in:
committed by
Aurélien Aptel
parent
7bb326a60d
commit
7cef695368
@ -304,10 +304,6 @@ class gp_ext(object):
|
||||
self.creds = creds
|
||||
self.gp_db = store.get_gplog(creds.get_username())
|
||||
|
||||
@abstractmethod
|
||||
def list(self, rootpath):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def process_group_policy(self, deleted_gpo_list, changed_gpo_list):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user