Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 354244dd4fc5243a34e7ce9226597882967a4404..61c019c068bf1a4f5e3d62a7c758020ba4670ca7 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -634,7 +634,6 @@ namespace internal { |
| F(MathSqrt, 1, 1) \ |
| F(MathLog, 1, 1) \ |
| F(IsMinusZero, 1, 1) \ |
| - F(IsRegExpEquivalent, 2, 1) \ |
| F(HasCachedArrayIndex, 1, 1) \ |
| F(GetCachedArrayIndex, 1, 1) \ |
| F(FastAsciiArrayJoin, 2, 1) \ |