From cebad06a3429e28cb5e0c247c707bb5eb51943d8 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Thu, 27 Apr 2017 18:28:57 +1000 Subject: Remove unused string interning Map --- src/lstate.js | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf