diff options
Diffstat (limited to 'src/asmjs/shared-constants.cpp')
-rw-r--r-- | src/asmjs/shared-constants.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asmjs/shared-constants.cpp b/src/asmjs/shared-constants.cpp index f1c5ac536..7e153bada 100644 --- a/src/asmjs/shared-constants.cpp +++ b/src/asmjs/shared-constants.cpp @@ -59,7 +59,6 @@ cashew::IString GLOBAL("global"), INSTRUMENT("instrument"), MATH_IMUL("Math_imul"), MATH_CLZ32("Math_clz32"), - MATH_CTZ32("Math_ctz32"), MATH_POPCNT32("Math_popcnt32"), MATH_ABS("Math_abs"), MATH_CEIL("Math_ceil"), |