| Index: src/compiler/generic-algorithm.h
|
| diff --git a/src/compiler/generic-algorithm.h b/src/compiler/generic-algorithm.h
|
| index c75f9cf335f81cdfb559f4ea33db2f90b8407ffd..3e1d96e4dab9c208627f741913a290ab16c0ed08 100644
|
| --- a/src/compiler/generic-algorithm.h
|
| +++ b/src/compiler/generic-algorithm.h
|
| @@ -43,7 +43,6 @@ class GenericGraphVisit {
|
| typedef typename Traits::Node Node;
|
| typedef typename Traits::Iterator Iterator;
|
| typedef std::pair<Iterator, Iterator> NodeState;
|
| - typedef zone_allocator<NodeState> ZoneNodeStateAllocator;
|
| typedef std::stack<NodeState, ZoneDeque<NodeState>> NodeStateStack;
|
| NodeStateStack stack((ZoneDeque<NodeState>(zone)));
|
| BoolVector visited(Traits::max_id(graph), false, zone);
|
|
|