From 4050e553c30d8c8d93c7045f871f8c1cef65aa71 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 31 Oct 2013 12:36:46 +0000 Subject: Remove unused method get_api of the ldap2 plugin. https://fedorahosted.org/freeipa/ticket/3971 --- ipaserver/plugins/ldap2.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ipaserver/plugins/ldap2.py') diff --git a/ipaserver/plugins/ldap2.py b/ipaserver/plugins/ldap2.py index e3952b48..fa58b224 100644 --- a/ipaserver/plugins/ldap2.py +++ b/ipaserver/plugins/ldap2.py @@ -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() -- cgit