diff options
Diffstat (limited to 'netlib')
-rw-r--r-- | netlib/tcp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/netlib/tcp.py b/netlib/tcp.py index 37460743..1fd0164f 100644 --- a/netlib/tcp.py +++ b/netlib/tcp.py @@ -875,7 +875,6 @@ class BaseHandler(_Connection): class Counter: - def __init__(self): self._count = 0 self._lock = threading.Lock() |