mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove unused method get_api of the ldap2 plugin.
https://fedorahosted.org/freeipa/ticket/3971
This commit is contained in:
committed by
Petr Viktorin
parent
97445b2df3
commit
4050e553c3
@@ -85,9 +85,6 @@ class ldap2(LDAPClient, CrudBackend):
|
||||
# do not set it
|
||||
pass
|
||||
|
||||
def get_api(self):
|
||||
return api
|
||||
|
||||
def __del__(self):
|
||||
if self.isconnected():
|
||||
self.disconnect()
|
||||
|
||||
Reference in New Issue
Block a user