Index: src/interpreter/bytecode-array-builder.h |
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h |
index 265511b98d6e81f51410627654eba9861d2ffa94..4446a635968a95f69c4e99afe810f64dfa45310d 100644 |
--- a/src/interpreter/bytecode-array-builder.h |
+++ b/src/interpreter/bytecode-array-builder.h |
@@ -82,7 +82,6 @@ class BytecodeArrayBuilder final : public ZoneObject { |
BytecodeArrayBuilder& LoadTheHole(); |
BytecodeArrayBuilder& LoadTrue(); |
BytecodeArrayBuilder& LoadFalse(); |
- BytecodeArrayBuilder& LoadBooleanConstant(bool value); |
// Global loads to the accumulator and stores from the accumulator. |
BytecodeArrayBuilder& LoadGlobal(const Handle<String> name, int feedback_slot, |