Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index 749d6e1c3beb8a06a15c656021d8b14f8f4d22bc..7ab6fdbd5f5cced8ce0b66a40d267950f6b9f2fb 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -810,9 +810,6 @@ enum VariableMode { |
IMPORT, // declared via 'import' declarations (last lexical) |
// Variables introduced by the compiler: |
- INTERNAL, // like VAR, but not user-visible (may or may not |
- // be in a context) |
- |
TEMPORARY, // temporary variables (not user-visible), stack-allocated |
// unless the scope as a whole has forced context allocation |