remove uneeded line

This commit is contained in:
Benjamin Peterson 2012-04-02 14:22:50 -04:00
parent f235989e0c
commit b6e21a0725
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ class ThreadRunningTests(BasicThreadTest):
# See issue #14474
def task():
started.release()
sys.stderr = stderr
raise SyntaxError
def mywrite(self, *args):
try: