Internals: Fix cppcheck warnings

This commit is contained in:
Wilson Snyder
2023-08-31 18:29:58 -04:00
parent ffbbd438ae
commit 8c480fd39e
9 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ private:
}
iterateAndNextNull(nodep->rhsp());
{
VL_RESTORER(m_assignLhs);
// VL_RESTORER(m_assignLhs); // Not needed; part of RESTORER_START_STATEMENT()
m_assignLhs = true;
iterateAndNextNull(nodep->lhsp());
}