From 490e035f97ace73b3ee1c1033fb412b5d1433ce2 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 29 May 2017 17:07:20 +1000 Subject: Fix some warnings found by closure-compiler --- src/lbaselib.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lbaselib.js') 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); -- cgit v1.2.3-54-g00ecf