diff options
Diffstat (limited to 'test/wasm2js/target_js.2asm.js')
-rw-r--r-- | test/wasm2js/target_js.2asm.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/wasm2js/target_js.2asm.js b/test/wasm2js/target_js.2asm.js index f9f4b4a67..c0b06ff00 100644 --- a/test/wasm2js/target_js.2asm.js +++ b/test/wasm2js/target_js.2asm.js @@ -10,8 +10,6 @@ function asmFunc(imports) { var Math_ceil = Math.ceil; var Math_trunc = Math.trunc; var Math_sqrt = Math.sqrt; - var nan = NaN; - var infinity = Infinity; function func(x) { x = x | 0; return (1 << x | 0) ^ -1 | 0 | 0; |