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