Index: src/compiler/simplified-operator.cc |
diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc |
index 9b34668d5c4e43466364237260116646d75ef4ff..33cedd0eb59b3b28ac7ec7591bd02725ba025d9e 100644 |
--- a/src/compiler/simplified-operator.cc |
+++ b/src/compiler/simplified-operator.cc |
@@ -174,7 +174,6 @@ const ElementAccess& ElementAccessOf(const Operator* op) { |
V(StringEqual, Operator::kCommutative, 2) \ |
V(StringLessThan, Operator::kNoProperties, 2) \ |
V(StringLessThanOrEqual, Operator::kNoProperties, 2) \ |
- V(StringAdd, Operator::kNoProperties, 2) \ |
V(ChangeTaggedToInt32, Operator::kNoProperties, 1) \ |
V(ChangeTaggedToUint32, Operator::kNoProperties, 1) \ |
V(ChangeTaggedToFloat64, Operator::kNoProperties, 1) \ |