summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/graph.h')
-rw-r--r--deps/v8/src/compiler/graph.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/src/compiler/graph.h b/deps/v8/src/compiler/graph.h
index 28686aa2ca..b53c7fd308 100644
--- a/deps/v8/src/compiler/graph.h
+++ b/deps/v8/src/compiler/graph.h
@@ -87,9 +87,6 @@ class Graph : public ZoneObject {
// Clone the {node}, and assign a new node id to the copy.
Node* CloneNode(const Node* node);
- template <class Visitor>
- inline void VisitNodeInputsFromEnd(Visitor* visitor);
-
Zone* zone() const { return zone_; }
Node* start() const { return start_; }
Node* end() const { return end_; }