summaryrefslogtreecommitdiff
path: root/test/wasm2js/float_misc.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/float_misc.2asm.js')
-rw-r--r--test/wasm2js/float_misc.2asm.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/wasm2js/float_misc.2asm.js b/test/wasm2js/float_misc.2asm.js
index e175aa6ac..7a7a3dce8 100644
--- a/test/wasm2js/float_misc.2asm.js
+++ b/test/wasm2js/float_misc.2asm.js
@@ -40,8 +40,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 $0(x, y) {
x = Math_fround(x);
y = Math_fround(y);