diff options
-rw-r--r-- | Lib/asyncore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/asyncore.py b/Lib/asyncore.py index ec769db..8761365 100644 --- a/Lib/asyncore.py +++ b/Lib/asyncore.py @@ -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(): |