Commit fd7f7a8f authored by titzer's avatar titzer Committed by Commit bot

[turbofan] Remove dead function Graph::VisitNodeInputsFromEnd().

R=mstarzinger@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1583153003

Cr-Commit-Position: refs/heads/master@{#33295}
parent 71129d5b
......@@ -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_; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment