Remove redundant assignment l = [] from poll3() -- copy-and-paste

error.
This commit is contained in:
Guido van Rossum 2001-08-13 15:21:55 +00:00
parent f3b9430fd1
commit bfbc18dbf9
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ def poll3 (timeout=0.0, map=None):
timeout = int(timeout*1000)
pollster = select.poll()
if map:
l = []
for fd, obj in map.items():
flags = 0
if obj.readable():