Fix clang warning.

This commit is contained in:
Wilson Snyder 2019-12-09 18:25:59 -05:00
parent bd0eadb311
commit c896a76fef

View File

@ -3841,7 +3841,6 @@ public:
}; };
class AstStop : public AstNodeStmt { class AstStop : public AstNodeStmt {
bool m_maybe; // Maybe stop, maybe not based on error count
public: public:
explicit AstStop(FileLine* fl, bool maybe) explicit AstStop(FileLine* fl, bool maybe)
: AstNodeStmt(fl) {} : AstNodeStmt(fl) {}