Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index 4ae59eaeec5991b515e5a40ddb1064f98c28d2d4..ba606f9ecd770fe7ca38b88d8d495dc00b4f1d75 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -618,8 +618,6 @@ class BinaryOpIC : public IC { |
public: |
explicit BinaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} |
- static int TokenToContextIndex(Token::Value op, Strength strength); |
- |
MaybeHandle<Object> Transition(Handle<AllocationSite> allocation_site, |
Handle<Object> left, |
Handle<Object> right) WARN_UNUSED_RESULT; |