diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-27 18:28:57 +1000 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-04-28 14:15:58 +0200 |
commit | cebad06a3429e28cb5e0c247c707bb5eb51943d8 (patch) | |
tree | 2805f26c5a891c7cd13f5cdd18b498833d9edcb1 | |
parent | 58bd4012506e6dfc92dd819d4e43acad18e8b914 (diff) | |
download | fengari-cebad06a3429e28cb5e0c247c707bb5eb51943d8.tar.gz fengari-cebad06a3429e28cb5e0c247c707bb5eb51943d8.tar.bz2 fengari-cebad06a3429e28cb5e0c247c707bb5eb51943d8.zip |
Remove unused string interning Map
-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; |