diff options
Diffstat (limited to 'test/wasm2js/func-ptr-offset.2asm.js')
-rw-r--r-- | test/wasm2js/func-ptr-offset.2asm.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/wasm2js/func-ptr-offset.2asm.js b/test/wasm2js/func-ptr-offset.2asm.js index 4fdbab2ee..3e1865dae 100644 --- a/test/wasm2js/func-ptr-offset.2asm.js +++ b/test/wasm2js/func-ptr-offset.2asm.js @@ -21,7 +21,6 @@ function asmFunc(global, env, buffer) { var abort = env.abort; var nan = global.NaN; var infinity = global.Infinity; - var i64toi32_i32$HIGH_BITS = 0; function t1() { return 1 | 0; } |