mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Internals: Use C++11 = default where obvious. No functional change intended.
This commit is contained in:
@@ -44,7 +44,7 @@ struct GraphPCNode {
|
||||
GraphPCNode() {
|
||||
for (unsigned int& w : m_cp) w = 0;
|
||||
}
|
||||
~GraphPCNode() {}
|
||||
~GraphPCNode() = default;
|
||||
};
|
||||
|
||||
//######################################################################
|
||||
|
||||
Reference in New Issue
Block a user