| Index: src/compiler/node.h
|
| diff --git a/src/compiler/node.h b/src/compiler/node.h
|
| index 6291ddf8466165b0a4699646d996d7b7b1f18769..f98723258578ceeb949e5398a6bccd796ed830b9 100644
|
| --- a/src/compiler/node.h
|
| +++ b/src/compiler/node.h
|
| @@ -11,7 +11,6 @@
|
|
|
| #include "src/v8.h"
|
|
|
| -#include "src/compiler/generic-algorithm.h"
|
| #include "src/compiler/opcodes.h"
|
| #include "src/compiler/operator.h"
|
| #include "src/types.h"
|
| @@ -426,8 +425,6 @@ class Node::Uses::iterator {
|
|
|
| std::ostream& operator<<(std::ostream& os, const Node& n);
|
|
|
| -typedef GenericGraphVisit::NullNodeVisitor NullNodeVisitor;
|
| -
|
| typedef std::set<Node*, std::less<Node*>, zone_allocator<Node*> > NodeSet;
|
| typedef NodeSet::iterator NodeSetIter;
|
| typedef NodeSet::reverse_iterator NodeSetRIter;
|
|
|