mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 01:38:21 +02:00
Internals: Remove unneeded private's. No functional change
This commit is contained in:
@@ -36,7 +36,6 @@ VL_DEFINE_DEBUG_FUNCTIONS;
|
||||
// Coverage state, as a visitor of each AstNode
|
||||
|
||||
class CoverageVisitor final : public VNVisitor {
|
||||
private:
|
||||
// TYPES
|
||||
using LinenoSet = std::set<int>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user