diff options
Diffstat (limited to 'test/wasm2js/empty_export.2asm.js')
-rw-r--r-- | test/wasm2js/empty_export.2asm.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/wasm2js/empty_export.2asm.js b/test/wasm2js/empty_export.2asm.js index cc2bb1e8f..46326ad1e 100644 --- a/test/wasm2js/empty_export.2asm.js +++ b/test/wasm2js/empty_export.2asm.js @@ -24,7 +24,6 @@ function asmFunc(global, env, buffer) { } - var FUNCTION_TABLE = []; return { "$": foo }; |