diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-06 14:15:47 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-06 14:15:47 -0800 |
commit | 5318a2f9cdc2279a0e04441e539ff38613597f25 (patch) | |
tree | 34a8b9cd655cf1526514fc0a47562c8fd8b28ddd /src/modules.js | |
parent | ef4003eadf90b9fa00cb12b8ce400ee428d8ccd2 (diff) |
fix printing of GENERATED_FUNCTIONS
Diffstat (limited to 'src/modules.js')
-rw-r--r-- | src/modules.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules.js b/src/modules.js index fe2f79cd..97dbe223 100644 --- a/src/modules.js +++ b/src/modules.js @@ -218,9 +218,6 @@ var Functions = { // All functions that will be implemented in this file implementedFunctions: [], - // All the function idents seen so far - allIdents: [], - indexedFunctions: {}, nextIndex: 2, // Start at a non-0 (even, see below) value |