summaryrefslogtreecommitdiff
path: root/src/lbaselib.js
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-03-04 22:52:09 +1100
committerdaurnimator <quae@daurnimator.com>2018-03-04 22:52:09 +1100
commit80555ae8258b29b7cd72301a8dac81a10f2a7eeb (patch)
tree2afdde7fc4b7dda40e74aba862f1101091101eed /src/lbaselib.js
parent1f5f050ada93ccda9323209e2a7b29851392404e (diff)
downloadfengari-80555ae8258b29b7cd72301a8dac81a10f2a7eeb.tar.gz
fengari-80555ae8258b29b7cd72301a8dac81a10f2a7eeb.tar.bz2
fengari-80555ae8258b29b7cd72301a8dac81a10f2a7eeb.zip
Remove unwanted TODOs
Diffstat (limited to 'src/lbaselib.js')
-rw-r--r--src/lbaselib.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lbaselib.js b/src/lbaselib.js
index 4212525..13644ef 100644
--- a/src/lbaselib.js
+++ b/src/lbaselib.js
@@ -382,7 +382,6 @@ const luaB_xpcall = function(L) {
return finishpcall(L, status, 2);
};
-// TODO: does it overwrite the upvalue of the previous closure ?
const load_aux = function(L, status, envidx) {
if (status === LUA_OK) {
if (envidx !== 0) { /* 'env' parameter? */