From c8249b553f89ede0b4dedd6c00fe7f9f7e745de2 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 6 Nov 2020 20:07:08 -0800 Subject: Remove OptimizeCalls from PostEmscripten. NFC. (#3326) We no longer build modules that import `global.Math`. --- src/asmjs/shared-constants.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/asmjs/shared-constants.cpp') diff --git a/src/asmjs/shared-constants.cpp b/src/asmjs/shared-constants.cpp index 476f55f1f..1f2190e57 100644 --- a/src/asmjs/shared-constants.cpp +++ b/src/asmjs/shared-constants.cpp @@ -51,7 +51,6 @@ cashew::IString I32S_DIV("i32s-div"); cashew::IString I32U_DIV("i32u-div"); cashew::IString I32S_REM("i32s-rem"); cashew::IString I32U_REM("i32u-rem"); -cashew::IString GLOBAL_MATH("global.Math"); cashew::IString ABS("abs"); cashew::IString FLOOR("floor"); cashew::IString CEIL("ceil"); -- cgit v1.2.3