Minor: removed a stale comment.

This commit is contained in:
Dmitry Kuzmenko 2018-01-10 22:42:15 +03:00
parent 00f31bf9b5
commit 7622e355cf
No known key found for this signature in database
GPG key ID: 4C7CAD30C95651DA

View file

@ -94,8 +94,6 @@ class SyncWrapper(object):
# their associated io_loop is closed to allow for proper
# cleanup.
self.async.close()
# Other things should be deallocated after the io_loop closes.
# See Issue #26889.
del self.async
self.io_loop.close()
del self.io_loop