| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 9b34668d5c4e43466364237260116646d75ef4ff..eb0fd38198b82e2ba4db08b4d4a618d25f930751 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -170,7 +170,6 @@ const ElementAccess& ElementAccessOf(const Operator* op) {
|
| V(NumberModulus, Operator::kNoProperties, 2) \
|
| V(NumberToInt32, Operator::kNoProperties, 1) \
|
| V(NumberToUint32, Operator::kNoProperties, 1) \
|
| - V(PlainPrimitiveToNumber, Operator::kNoProperties, 1) \
|
| V(StringEqual, Operator::kCommutative, 2) \
|
| V(StringLessThan, Operator::kNoProperties, 2) \
|
| V(StringLessThanOrEqual, Operator::kNoProperties, 2) \
|
|
|