Removed unused variable

This commit is contained in:
Andrew Murray 2017-03-24 20:43:03 +11:00
parent a34adc1bd0
commit 17a111cba7

View File

@ -73,7 +73,7 @@ def install():
try: try:
# bug, only enable if we can make a Pool. see issue #790 and # bug, only enable if we can make a Pool. see issue #790 and
# https://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing # https://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing
pool = Pool(2) Pool(2)
CCompiler.compile = _mp_compile CCompiler.compile = _mp_compile
except Exception as msg: except Exception as msg:
print("Exception installing mp_compile, proceeding without:" print("Exception installing mp_compile, proceeding without:"