| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index c8e33566108cc8a2a7705b3eb5610ed6b6f54c3a..b0af5749fe935b67420dfc3619599cd83540a38e 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -352,12 +352,6 @@
|
|
|
|
|
| void BytecodeGraphBuilder::VisitCallRuntime(
|
| - const interpreter::BytecodeArrayIterator& iterator) {
|
| - UNIMPLEMENTED();
|
| -}
|
| -
|
| -
|
| -void BytecodeGraphBuilder::VisitNew(
|
| const interpreter::BytecodeArrayIterator& iterator) {
|
| UNIMPLEMENTED();
|
| }
|
|
|