From c896a76fef2e69f1bbf42b639bb6906b73660159 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 9 Dec 2019 18:25:59 -0500 Subject: [PATCH] Fix clang warning. --- src/V3AstNodes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/V3AstNodes.h b/src/V3AstNodes.h index 2cb8edf6c..1071470bc 100644 --- a/src/V3AstNodes.h +++ b/src/V3AstNodes.h @@ -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) {}