From 7f0f21b1fc2a6cf5dc19d0db80ec3afba024e291 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 1 Feb 2014 13:55:48 -0500 Subject: Get rid of globals.asm This breaks the build until labels are exported again! --- prequeue.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'prequeue.py') diff --git a/prequeue.py b/prequeue.py index a91f1b336..8125f7035 100644 --- a/prequeue.py +++ b/prequeue.py @@ -23,8 +23,6 @@ def preprocess_queue(filenames=sys.argv[1:]): sys.stdout = open(dest, 'w') processor.preprocess() - processor.update_globals() - sys.stdin = stdin sys.stdout = stdout -- cgit v1.2.3