diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-24 15:56:05 +0100 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-24 15:56:05 +0100 |
commit | 915d48e596c36117b58c8d530f72abac8ea28e8e (patch) | |
tree | 4248f0f0c146a165886ca05d3904822865f50614 /src/preamble_sharedlib.js | |
parent | 9c5a0dbdd3a7a1052a58735c654c3cb69dadf140 (diff) |
remove STRING_TABLE in preparation for better system to reduce # of globals
Diffstat (limited to 'src/preamble_sharedlib.js')
-rw-r--r-- | src/preamble_sharedlib.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/preamble_sharedlib.js b/src/preamble_sharedlib.js index af204e2f..2a071f6b 100644 --- a/src/preamble_sharedlib.js +++ b/src/preamble_sharedlib.js @@ -16,7 +16,6 @@ function callRuntimeCallbacks(callbacks) { } var __ATINIT__ = []; // functions called during startup -var STRING_TABLE = []; function initRuntime() { callRuntimeCallbacks(__ATINIT__); |