mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 03:03:01 +02:00
Internals: Remove unneeded private's. No functional change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user