| Index: src/compiler/common-operator-reducer.cc
|
| diff --git a/src/compiler/common-operator-reducer.cc b/src/compiler/common-operator-reducer.cc
|
| index a6d275fd4e909db98b4358acd61ae5a2e4652f86..5c3d3d7135b7158e27f1960561f27a82332e942d 100644
|
| --- a/src/compiler/common-operator-reducer.cc
|
| +++ b/src/compiler/common-operator-reducer.cc
|
| @@ -19,8 +19,6 @@ namespace compiler {
|
|
|
| namespace {
|
|
|
| -enum class Decision { kUnknown, kTrue, kFalse };
|
| -
|
| Decision DecideCondition(Node* const cond) {
|
| switch (cond->opcode()) {
|
| case IrOpcode::kInt32Constant: {
|
|
|