From 010084201a2b634d5abf14b7cb0a61eebd49315f Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 26 Nov 2021 16:15:08 -0500 Subject: [PATCH] Internals: Remove dead code. --- src/V3Partition.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/V3Partition.cpp b/src/V3Partition.cpp index 3ea1bfd85..de8f72e91 100644 --- a/src/V3Partition.cpp +++ b/src/V3Partition.cpp @@ -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 m_pending; // Pending rescores