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

Unified Diff: src/compiler/graph.h

Issue 752263003: Remove deprecated pieces from generic algorithm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years, 1 month 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 | « src/compiler/generic-algorithm-inl.h ('k') | src/compiler/graph-inl.h » ('j') | 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 9b0d234818a46abe79ab9b275f49fc96e47c7914..5cb7702175d11396b2785bc2c37f6ea11947b815 100644
--- a/src/compiler/graph.h
+++ b/src/compiler/graph.h
@@ -62,12 +62,6 @@ class Graph : public GenericGraph<Node> {
}
template <class Visitor>
- void VisitNodeUsesFrom(Node* node, Visitor* visitor);
-
- template <class Visitor>
- void VisitNodeUsesFromStart(Visitor* visitor);
-
- template <class Visitor>
void VisitNodeInputsFromEnd(Visitor* visitor);
void Decorate(Node* node);
« no previous file with comments | « src/compiler/generic-algorithm-inl.h ('k') | src/compiler/graph-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698