From f437214c06080cf965e37d6ffbbc35590562cece Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 28 Jan 2015 00:27:25 +0100 Subject: Remove unused SSLProtocol._closing attribute --- asyncio/sslproto.py | 1 - 1 file changed, 1 deletion(-) diff --git a/asyncio/sslproto.py b/asyncio/sslproto.py index 117dc56..f2b856c 100644 --- a/asyncio/sslproto.py +++ b/asyncio/sslproto.py @@ -408,7 +408,6 @@ class SSLProtocol(protocols.Protocol): self._write_buffer_size = 0 self._waiter = waiter - self._closing = False self._loop = loop self._app_protocol = app_protocol self._app_transport = _SSLProtocolTransport(self._loop, -- cgit v1.2.1