remove dead code
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
cf5698b6a6
commit
e8509a04e6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user