diff options
Diffstat (limited to 'preprocessor.py')
-rw-r--r-- | preprocessor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/preprocessor.py b/preprocessor.py index b9165e60e..ed79259d2 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -66,7 +66,6 @@ def setup_processor(): def main(): processor = setup_processor() processor.preprocess() - processor.update_globals() # only run against stdin when not included as a module if __name__ == "__main__": |