diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-12 15:35:12 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-12 16:55:00 +1000 |
commit | ef9caa4af6a55e12a3a7d58fde7159965b7bf749 (patch) | |
tree | 15a1283e12505e40f3941785cbf97a3e74c49b11 /src/lvm.js | |
parent | 6e0acf1e915dc1c12363884874ab5d3c596ca486 (diff) | |
download | fengari-ef9caa4af6a55e12a3a7d58fde7159965b7bf749.tar.gz fengari-ef9caa4af6a55e12a3a7d58fde7159965b7bf749.tar.bz2 fengari-ef9caa4af6a55e12a3a7d58fde7159965b7bf749.zip |
Remove unused L.ciOff/L.nci fields
Diffstat (limited to 'src/lvm.js')
-rw-r--r-- | src/lvm.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -495,7 +495,6 @@ const luaV_execute = function(L) { oci.callstatus |= lstate.CIST_TAIL; oci.next = null; ci = L.ci = oci; - L.ciOff--; assert(L.top === oci.l_base + L.stack[ofuncOff].value.p.maxstacksize); |