Remove unused method get_api of the ldap2 plugin.

https://fedorahosted.org/freeipa/ticket/3971
This commit is contained in:
Jan Cholasta
2013-10-31 12:36:46 +00:00
committed by Petr Viktorin
parent 97445b2df3
commit 4050e553c3

View File

@@ -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()