| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index 5f963770075659cb1939025cf35861bd8235407c..ef5667762a5bde50a9f1023d6a04bf179951cade 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -1092,12 +1092,6 @@ void BytecodeGraphBuilder::BuildCastOperator(
|
| }
|
|
|
|
|
| -void BytecodeGraphBuilder::VisitToBoolean(
|
| - const interpreter::BytecodeArrayIterator& iterator) {
|
| - BuildCastOperator(javascript()->ToBoolean(ToBooleanHint::kAny), iterator);
|
| -}
|
| -
|
| -
|
| void BytecodeGraphBuilder::VisitToName(
|
| const interpreter::BytecodeArrayIterator& iterator) {
|
| BuildCastOperator(javascript()->ToName(), iterator);
|
|
|