Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index 2a4ed688296b95f69b3958b8c1293d7045fa2ada..57d0d12d9fbebdf8b59e84c93d59e47a84fce478 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -414,7 +414,6 @@ class KeyedLoadIC : public LoadIC { |
} |
static void GenerateGeneric(MacroAssembler* masm); |
static void GenerateString(MacroAssembler* masm); |
- static void GenerateIndexedInterceptor(MacroAssembler* masm); |
static void GenerateSloppyArguments(MacroAssembler* masm); |
// Bit mask to be tested against bit field for the cases when |
@@ -435,9 +434,6 @@ class KeyedLoadIC : public LoadIC { |
private: |
Handle<Code> generic_stub() const { return generic_stub(isolate()); } |
- Handle<Code> indexed_interceptor_stub() { |
- return isolate()->builtins()->KeyedLoadIC_IndexedInterceptor(); |
- } |
Handle<Code> sloppy_arguments_stub() { |
return isolate()->builtins()->KeyedLoadIC_SloppyArguments(); |
} |