| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index e28c19d84426d1932c04fca02ca829a808102fc0..f235eb3a5ad26a27623b3f43829ecd350e45e962 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -1282,10 +1282,6 @@ void BytecodeGraphBuilder::VisitTestEqualStrict() {
|
| BuildCompareOp(javascript()->StrictEqual());
|
| }
|
|
|
| -void BytecodeGraphBuilder::VisitTestNotEqualStrict() {
|
| - BuildCompareOp(javascript()->StrictNotEqual());
|
| -}
|
| -
|
| void BytecodeGraphBuilder::VisitTestLessThan() {
|
| BuildCompareOp(javascript()->LessThan());
|
| }
|
|
|