Remove false unoptimizable warning under debug

This commit is contained in:
Wilson Snyder 2019-11-02 11:15:08 -04:00
parent 8a5b8d5f38
commit c0c038c887

View File

@ -861,7 +861,6 @@ private:
virtual void visit(AstScopeName *nodep) {
if (jumpingOver(nodep)) return;
if (!m_params) { badNodeType(nodep); return; }
// Ignore
}