Index: src/interpreter/bytecode-array-builder.cc |
diff --git a/src/interpreter/bytecode-array-builder.cc b/src/interpreter/bytecode-array-builder.cc |
index a9e72de9f487ae7c2e371edd6b162d95fa63ad8a..0d551738cb84185b2bc8b34091a5145162a4f334 100644 |
--- a/src/interpreter/bytecode-array-builder.cc |
+++ b/src/interpreter/bytecode-array-builder.cc |
@@ -467,11 +467,6 @@ |
latest_source_info_.ForceExpressionPosition(position); |
} |
Output(Bytecode::kStackCheck); |
- return *this; |
-} |
- |
-BytecodeArrayBuilder& BytecodeArrayBuilder::OsrPoll(int loop_depth) { |
- Output(Bytecode::kOsrPoll, UnsignedOperand(loop_depth)); |
return *this; |
} |