remove dead code

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-06-17 01:57:49 +02:00
parent cf5698b6a6
commit e8509a04e6
1 changed files with 0 additions and 7 deletions

View File

@ -169,13 +169,6 @@ class IMAPServer(object):
self.passworderror = None
return self.password
# XXX: is this function used anywhere?
def getroot(self):
"""Returns this server's folder root. Can only be called after one
or more calls to acquireconnection."""
return self.root
def releaseconnection(self, connection, drop_conn=False):
"""Releases a connection, returning it to the pool.