diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-29 17:07:20 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-29 17:07:20 +1000 |
commit | 490e035f97ace73b3ee1c1033fb412b5d1433ce2 (patch) | |
tree | 8ec646741214c2a9db1f5e68a17a4a5f1c829edc /src/lbaselib.js | |
parent | 84dfcea32ad517400e970b7cf978246367ec9e46 (diff) | |
download | fengari-490e035f97ace73b3ee1c1033fb412b5d1433ce2.tar.gz fengari-490e035f97ace73b3ee1c1033fb412b5d1433ce2.tar.bz2 fengari-490e035f97ace73b3ee1c1033fb412b5d1433ce2.zip |
Fix some warnings found by closure-compiler
Diffstat (limited to 'src/lbaselib.js')
-rw-r--r-- | src/lbaselib.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lbaselib.js b/src/lbaselib.js index 4ba765e..04a5e8d 100644 --- a/src/lbaselib.js +++ b/src/lbaselib.js @@ -359,8 +359,6 @@ const base_funcs = { // Only with Node if (!WEB) { - const fs = require('fs'); - const luaB_loadfile = function(L) { let fname = lauxlib.luaL_optstring(L, 1, null); let mode = lauxlib.luaL_optstring(L, 2, null); |