aboutsummaryrefslogtreecommitdiff
path: root/src/lstate.js
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-04-27 18:28:57 +1000
committerBenoit Giannangeli <giann008@gmail.com>2017-04-28 14:15:58 +0200
commitcebad06a3429e28cb5e0c247c707bb5eb51943d8 (patch)
tree2805f26c5a891c7cd13f5cdd18b498833d9edcb1 /src/lstate.js
parent58bd4012506e6dfc92dd819d4e43acad18e8b914 (diff)
downloadfengari-cebad06a3429e28cb5e0c247c707bb5eb51943d8.tar.gz
fengari-cebad06a3429e28cb5e0c247c707bb5eb51943d8.tar.bz2
fengari-cebad06a3429e28cb5e0c247c707bb5eb51943d8.zip
Remove unused string interning Map
Diffstat (limited to 'src/lstate.js')
-rw-r--r--src/lstate.js1
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;