diff options
Diffstat (limited to 'test/wasm2js/excess_fallthrough.2asm.js')
-rw-r--r-- | test/wasm2js/excess_fallthrough.2asm.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/wasm2js/excess_fallthrough.2asm.js b/test/wasm2js/excess_fallthrough.2asm.js index 9bad3f3a7..2319af1f0 100644 --- a/test/wasm2js/excess_fallthrough.2asm.js +++ b/test/wasm2js/excess_fallthrough.2asm.js @@ -12,8 +12,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 bar() { } |