Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index df7f58c20101174bc4c74f2e3f0eb5ad16a64452..4df0c69611cc62d1deab0a40115e48c9e99d3845 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -690,10 +690,6 @@ class KeyedStoreIC: public StoreIC { |
return ExtraICStateKeyedAccessStoreMode::decode(extra_state); |
} |
- static const Register ReceiverRegister(); |
- static const Register NameRegister(); |
- static const Register ValueRegister(); |
- |
// The map register isn't part of the normal call specification, but |
// ElementsTransitionAndStoreStub, used in polymorphic keyed store |
// stub implementations requires it to be initialized. |