summaryrefslogtreecommitdiff
path: root/deps/v8/src/ic.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/ic.h')
-rw-r--r--deps/v8/src/ic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/src/ic.h b/deps/v8/src/ic.h
index c9f521f145..7820d407ec 100644
--- a/deps/v8/src/ic.h
+++ b/deps/v8/src/ic.h
@@ -649,8 +649,6 @@ class KeyedStoreIC: public StoreIC {
StrictModeFlag strict_mode);
static void GenerateGeneric(MacroAssembler* masm, StrictModeFlag strict_mode);
static void GenerateNonStrictArguments(MacroAssembler* masm);
- static void GenerateTransitionElementsSmiToDouble(MacroAssembler* masm);
- static void GenerateTransitionElementsDoubleToObject(MacroAssembler* masm);
protected:
virtual Code::Kind kind() const { return Code::KEYED_STORE_IC; }