Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: src/compiler/graph.h

Issue 1583153003: [turbofan] Remove dead function Graph::VisitNodeInputsFromEnd(). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/graph.h
diff --git a/src/compiler/graph.h b/src/compiler/graph.h
index 28686aa2ca48eb1ac75ba13e2e31c05472edbd87..b53c7fd308338e1ab04a4433798ed0dbb7be5c77 100644
--- a/src/compiler/graph.h
+++ b/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_; }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698