Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 1028f1d7d8491b53695a4564cd2ea2a03aa1a9cd..0b2ecfb1d99b0700fd799f85013285207923417e 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -358,7 +358,6 @@ namespace internal { |
F(MathAtan2, 2, 1) \ |
F(MathExpRT, 1, 1) \ |
F(MathClz32, 1, 1) \ |
- F(MathFloor, 1, 1) \ |
F(MathPow, 2, 1) \ |
F(MathPowRT, 2, 1) \ |
F(RoundNumber, 1, 1) \ |