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