mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
Remove false unoptimizable warning under debug
This commit is contained in:
parent
8a5b8d5f38
commit
c0c038c887
@ -861,7 +861,6 @@ private:
|
||||
|
||||
virtual void visit(AstScopeName *nodep) {
|
||||
if (jumpingOver(nodep)) return;
|
||||
if (!m_params) { badNodeType(nodep); return; }
|
||||
// Ignore
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user