diff options
-rwxr-xr-x | emscripten.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emscripten.py b/emscripten.py index 19e2160d..a58baba2 100755 --- a/emscripten.py +++ b/emscripten.py @@ -68,8 +68,6 @@ def process_funcs((i, funcs, meta, settings_file, compiler, forwarded_file, libr except KeyboardInterrupt: # Python 2.7 seems to lock up when a child process throws KeyboardInterrupt raise Exception() - finally: - tempfiles.try_delete(funcs_file) if DEBUG: print >> sys.stderr, '.' return out |