Internals: Remove dead code.

This commit is contained in:
Wilson Snyder 2021-11-26 16:15:08 -05:00
parent 60f7eff701
commit 010084201a
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ private:
// // from graph-start to current node, or REVERSE
// // from graph-end to current node.
T_CostAccessor* const m_accessp; // Access cost and CPs on V3GraphVertex's.
vluint64_t m_generation = 0; // Mark each vertex with this number;
// // confirm we only process each vertex once.
bool m_slowAsserts; // Enable nontrivial asserts
SortByValueMap<V3GraphVertex*, uint32_t> m_pending; // Pending rescores