summaryrefslogtreecommitdiff
path: root/prequeue.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-01 13:55:48 -0500
committeryenatch <yenatch@gmail.com>2014-02-01 13:55:48 -0500
commit7f0f21b1fc2a6cf5dc19d0db80ec3afba024e291 (patch)
tree71fcf0a5ffecca5ade5d5c148147a5312db3c859 /prequeue.py
parent65efbe55e7648b6aa1a122155222e73b74dc31c1 (diff)
Get rid of globals.asm
This breaks the build until labels are exported again!
Diffstat (limited to 'prequeue.py')
-rw-r--r--prequeue.py2
1 files changed, 0 insertions, 2 deletions
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