aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-05-15 14:12:21 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-05-15 14:12:21 -0700
commitfed8814b7019e90f0fc18e5c1eeac69ec2d09838 (patch)
treed06484d45458685e9eaf697bfd8ad2ce8b4f25b7 /emscripten.py
parent866373612b51be7b24ec458f2c0e634af1902510 (diff)
remove obsolete comment
Diffstat (limited to 'emscripten.py')
-rwxr-xr-xemscripten.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten.py b/emscripten.py
index 236a2e4e..367537c2 100755
--- a/emscripten.py
+++ b/emscripten.py
@@ -323,7 +323,7 @@ def emscript(infile, settings, outfile, libraries=[], compiler_engine=None,
#print >> sys.stderr, 'function indexing', indexed, curr, sig
forwarded_json['Functions']['indexedFunctions'][indexed] = curr # make sure not to modify this python object later - we use it in indexize
if alias: i = max(table_counters.values()) if len(table_counters) > 0 else 2 + 2*settings['RESERVED_FUNCTION_POINTERS']
- forwarded_json['Functions']['nextIndex'] = i # post phase can continue to add, in getIndex
+ forwarded_json['Functions']['nextIndex'] = i
def split_32(x):
x = int(x)