diff options
Diffstat (limited to 'test/wasm2js/dot_import.2asm.js.opt')
-rw-r--r-- | test/wasm2js/dot_import.2asm.js.opt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/wasm2js/dot_import.2asm.js.opt b/test/wasm2js/dot_import.2asm.js.opt index f2b5fa1c8..a35eabe95 100644 --- a/test/wasm2js/dot_import.2asm.js.opt +++ b/test/wasm2js/dot_import.2asm.js.opt @@ -11,8 +11,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; var mod_ule = imports["mod.ule"]; var base = mod_ule["ba.se"]; function $0() { |