From 80555ae8258b29b7cd72301a8dac81a10f2a7eeb Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 4 Mar 2018 22:52:09 +1100 Subject: Remove unwanted TODOs --- src/lbaselib.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lbaselib.js') 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? */ -- cgit v1.2.3-54-g00ecf