From c0c038c887eed6b3e9bb380312756ff7015a49e9 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 2 Nov 2019 11:15:08 -0400 Subject: [PATCH] Remove false unoptimizable warning under debug --- src/V3Simulate.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/V3Simulate.h b/src/V3Simulate.h index 2c4b365d7..e77878ba4 100644 --- a/src/V3Simulate.h +++ b/src/V3Simulate.h @@ -861,7 +861,6 @@ private: virtual void visit(AstScopeName *nodep) { if (jumpingOver(nodep)) return; - if (!m_params) { badNodeType(nodep); return; } // Ignore }