Commit 073d27df authored by Jim Fulton's avatar Jim Fulton

Removed stale comment

parent a4924845
......@@ -110,7 +110,6 @@ class AbstractConnectionPool(object):
class ConnectionPool(AbstractConnectionPool):
# XXX WTF, passing time.time() as a default?
def __init__(self, size, timeout=1<<31):
super(ConnectionPool, self).__init__(size, timeout)
......
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