Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 530f054dc755b46b83e57e311cc379c90253d9d3..fd3151f912d92a4765a3900ff0f653637a676082 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -315,12 +315,6 @@ void BytecodeGraphBuilder::VisitKeyedStoreICStrict( |
} |
-void BytecodeGraphBuilder::VisitKeyedStoreICGeneric( |
- const interpreter::BytecodeArrayIterator& iterator) { |
- UNIMPLEMENTED(); |
-} |
- |
- |
void BytecodeGraphBuilder::VisitPushContext( |
const interpreter::BytecodeArrayIterator& iterator) { |
UNIMPLEMENTED(); |