Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 07803b219c17e4e89fefcc7830ba78e75e915b2e..54a2c14784e4fb3ffdd2f4010487c3f54838a17c 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -356,7 +356,6 @@ namespace internal { |
F(RemPiO2, 2, 1) \ |
F(MathAtan2, 2, 1) \ |
F(MathExpRT, 1, 1) \ |
- F(MathClz32, 1, 1) \ |
F(MathPow, 2, 1) \ |
F(MathPowRT, 2, 1) \ |
F(GenerateRandomNumbers, 1, 1) |