Internals: Remove unneeded private's. No functional change

This commit is contained in:
Wilson Snyder
2023-11-13 21:37:45 -05:00
parent c8063e5732
commit 9fd5634778
79 changed files with 0 additions and 168 deletions
-1
View File
@@ -92,7 +92,6 @@ struct GraphAcycEdgeCmp {
// CLASSES
class GraphAcyc final {
private:
using OrigEdgeList
= std::list<V3GraphEdge*>; // List of orig edges, see also GraphAcycEdge's decl
// GRAPH USERS