diff options
Diffstat (limited to 'test/wasm2js/get-set-local.2asm.js.opt')
-rw-r--r-- | test/wasm2js/get-set-local.2asm.js.opt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/wasm2js/get-set-local.2asm.js.opt b/test/wasm2js/get-set-local.2asm.js.opt index e9dd6604f..e6c9a2844 100644 --- a/test/wasm2js/get-set-local.2asm.js.opt +++ b/test/wasm2js/get-set-local.2asm.js.opt @@ -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 legalstub$1($0, $1, $2) { return !$2 & ($0 | 0) == ($1 | 0); } |