diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lstate.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lstate.js b/src/lstate.js index 349c723..4ecb92f 100644 --- a/src/lstate.js +++ b/src/lstate.js @@ -64,7 +64,6 @@ class global_State { constructor(L) { this.mainthread = L; - this.strt = new Map(); this.l_registry = new lobject.TValue(CT.LUA_TNIL, null); this.panic = null; this.version = null; |