diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-06-08 19:10:02 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-06-08 19:10:02 -0700 |
commit | 0853cf4190c092348d6dd280d0ee384f9465133f (patch) | |
tree | e17c9763cd531fd7375d64bb9c9df51ba4328265 /src/postamble.js | |
parent | 9ca17c7439a153e605e739d4ecc2fa42b6870d7d (diff) |
remove unneeded initializeRuntime
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/postamble.js b/src/postamble.js index eb8437e6..98d8f578 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -23,8 +23,6 @@ Module.callMain = function callMain(args) { function run(args) { args = args || Module['arguments']; - __initializeRuntime__(); - var globalFuncs = []; {{GLOBAL_VARS}} |