mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 02:28:43 +02:00
Internals: Clean up some constructors. No functional change intended.
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ class CoverageVisitor final : public VNVisitor {
|
||||
CoverTerm(AstNodeExpr* exprp, bool objective, const string& emitV)
|
||||
: m_exprp{exprp}
|
||||
, m_objective{objective}
|
||||
, m_emitV(emitV) {}
|
||||
, m_emitV{emitV} {}
|
||||
};
|
||||
using CoverExpr = std::deque<CoverTerm>;
|
||||
using CoverExprs = std::list<CoverExpr>;
|
||||
|
||||
Reference in New Issue
Block a user