aboutsummaryrefslogtreecommitdiff
path: root/src/modules.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.js')
-rw-r--r--src/modules.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules.js b/src/modules.js
index 4f7fc784..68626b57 100644
--- a/src/modules.js
+++ b/src/modules.js
@@ -178,7 +178,6 @@ var Variables = {
indexedGlobals: {}, // for indexed globals, ident ==> index
// Used in calculation of indexed globals
nextIndexedOffset: 0,
- seenGlobals: 0,
};
var Types = {