aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lapi.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lapi.js b/src/lapi.js
index a11dbca..dae533d 100644
--- a/src/lapi.js
+++ b/src/lapi.js
@@ -678,7 +678,6 @@ const lua_rawequal = function(L, index1, index2) {
** 'load' and 'call' functions (run Lua code)
*/
-// TODO: reader is ignored because we don't implement ZIO
const lua_load = function(L, reader, data, chunckname, mode) {
let z = new llex.MBuffer(L, data, reader);
if (!chunckname) chunckname = "?";