Nuke old merge mistake (or what looks like one anyway.)

This commit is contained in:
Jeff Forcier 2014-02-12 09:48:04 -08:00
parent 769f6fea98
commit 5b6059c4bd
1 changed files with 0 additions and 4 deletions

View File

@ -1539,10 +1539,6 @@ class Transport (threading.Thread):
# containers.
Random.atfork()
# Hold reference to 'sys' so we can test sys.modules to detect
# interpreter shutdown.
self.sys = sys
# active=True occurs before the thread is launched, to avoid a race
_active_threads.append(self)
if self.server_mode: