summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/compiler/simplified-graph-builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/compiler/simplified-graph-builder.h')
-rw-r--r--deps/v8/test/cctest/compiler/simplified-graph-builder.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/test/cctest/compiler/simplified-graph-builder.h b/deps/v8/test/cctest/compiler/simplified-graph-builder.h
index c9ba002c25..50c51d5ed8 100644
--- a/deps/v8/test/cctest/compiler/simplified-graph-builder.h
+++ b/deps/v8/test/cctest/compiler/simplified-graph-builder.h
@@ -92,9 +92,6 @@ class SimplifiedGraphBuilder : public GraphBuilder {
Node* StringLessThanOrEqual(Node* a, Node* b) {
return NewNode(simplified()->StringLessThanOrEqual(), a, b);
}
- Node* StringAdd(Node* a, Node* b) {
- return NewNode(simplified()->StringAdd(), a, b);
- }
Node* ChangeTaggedToInt32(Node* a) {
return NewNode(simplified()->ChangeTaggedToInt32(), a);