From e691ea1911cf1d070ad7c6c256ce4558e2846cc9 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 26 Apr 2017 21:54:03 +1000 Subject: Remove unused variables --- tests/tests.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/tests.js') diff --git a/tests/tests.js b/tests/tests.js index 32efca1..6de0db3 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -6,11 +6,9 @@ const tmp = require('tmp'); const BytecodeParser = require("../src/lundump.js"); const lauxlib = require("../src/lauxlib.js"); -const VM = require("../src/lvm.js"); const toByteCode = function (luaCode) { - var luaFile = tmp.fileSync(), - bclist; + var luaFile = tmp.fileSync(); fs.writeSync(luaFile.fd, luaCode); -- cgit v1.2.3-54-g00ecf