summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2013-10-31 12:36:46 +0000
committerPetr Viktorin <pviktori@redhat.com>2013-11-27 13:46:42 +0100
commit4050e553c30d8c8d93c7045f871f8c1cef65aa71 (patch)
treea4b1552a7bf29c2149e325b7b1ccb0b6e33f4d47 /ipaserver
parent97445b2df3ce121ebb76ccf36b3781f93b6d73c2 (diff)
downloadfreeipa-4050e553c30d8c8d93c7045f871f8c1cef65aa71.tar.gz
freeipa-4050e553c30d8c8d93c7045f871f8c1cef65aa71.tar.xz
freeipa-4050e553c30d8c8d93c7045f871f8c1cef65aa71.zip
Remove unused method get_api of the ldap2 plugin.
https://fedorahosted.org/freeipa/ticket/3971
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/plugins/ldap2.py3
1 files changed, 0 insertions, 3 deletions
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()