diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-09 16:27:26 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-09 16:27:26 -0800 |
commit | d27357b5fea169eb7a61e46e609381083834f704 (patch) | |
tree | 38c11735fa8f0d9eab7690b254a1501248e6813c /emcc | |
parent | 6f08ca52d43e6160d1a21bc8757a87d6ec3f732c (diff) |
cleanup
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1115,9 +1115,6 @@ try: final = shared.Building.js_optimizer(final, []) if DEBUG: save_intermediate('pretty') - #if shared.Settings.RELOOP: - # js_optimizer_queue += ['hoistMultiples', 'loopOptimizer'] - def get_eliminate(): return 'eliminate' if not shared.Settings.ALLOW_MEMORY_GROWTH else 'eliminateMemSafe' |