mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 00:30:34 +02:00
Internals: Fix cppcheck warnings
This commit is contained in:
+1
-1
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user