Commit b52bc0fe authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove this FIXME that got an entry in the TODO-list.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@989 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a6fa1b47
......@@ -216,7 +216,6 @@ class EpollEventManager(object):
def getConnectionByUUID(self, uuid):
""" Return the connection associated to the UUID, None if the UUID is
None, invalid or not found"""
# FIXME: We may optimize this by using use a dict on UUIDs
if uuid is None:
return None
for conn in self.connection_dict.values():
......
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