mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Internals: clangtidy cleanups. No functional change intended (#7343)
This commit is contained in:
@@ -44,7 +44,7 @@ struct GraphPCNode final {
|
||||
uint64_t m_seenAtGeneration = 0;
|
||||
|
||||
// CONSTRUCTORS
|
||||
GraphPCNode() {}
|
||||
GraphPCNode() = default;
|
||||
~GraphPCNode() = default;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user