aboutsummaryrefslogtreecommitdiff
path: root/tools/js_optimizer.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-03-08 15:58:28 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-03-08 15:58:28 -0800
commit50c7f9f00e4666860bf1f39181cc6f9133ef46bb (patch)
tree45defd7792d34bdfe783a3126724b3ff37f43848 /tools/js_optimizer.py
parent21804c07c76ac3e0be86b2db6ba1c456ab0bae28 (diff)
remove unneeded line
Diffstat (limited to 'tools/js_optimizer.py')
-rw-r--r--tools/js_optimizer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/js_optimizer.py b/tools/js_optimizer.py
index 5c155ff5..a7d9c1e1 100644
--- a/tools/js_optimizer.py
+++ b/tools/js_optimizer.py
@@ -129,7 +129,6 @@ def run_on_js(filename, passes, js_engine, jcache):
else:
pre = ''
post = ''
- generated
# Pick where to split into chunks, so that (1) they do not oom in node/uglify, and (2) we can run them in parallel
# If we have metadata, we split only the generated code, and save the pre and post on the side (and do not optimize them)