Commit 94efac5f authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove this XXX.

MySQLManager.close() is only used in tests where many connections are opened.
In a storage process, the connection is opened only once and kept until it shutdown.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1450 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a2b22274
...@@ -50,7 +50,6 @@ class MySQLDatabaseManager(DatabaseManager): ...@@ -50,7 +50,6 @@ class MySQLDatabaseManager(DatabaseManager):
(username, password) = username.split(':') (username, password) = username.split(':')
return (username, password, database) return (username, password, database)
# XXX: unused ?
def close(self): def close(self):
self.conn.close() self.conn.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment