forked from github/verilator
Fix clang warning.
This commit is contained in:
parent
bd0eadb311
commit
c896a76fef
@ -3841,7 +3841,6 @@ public:
|
||||
};
|
||||
|
||||
class AstStop : public AstNodeStmt {
|
||||
bool m_maybe; // Maybe stop, maybe not based on error count
|
||||
public:
|
||||
explicit AstStop(FileLine* fl, bool maybe)
|
||||
: AstNodeStmt(fl) {}
|
||||
|
Loading…
Reference in New Issue
Block a user