mirror of
https://github.com/verilator/verilator.git
synced 2026-09-01 18:36:28 +02:00
Internals: Remove AstWhile::precondsp() (#6219). No functional change intended.
This commit is contained in:
@@ -401,7 +401,6 @@ class LifeVisitor final : public VNVisitor {
|
||||
LifeBlock* const bodyLifep = new LifeBlock{prevLifep, m_statep};
|
||||
{
|
||||
m_lifep = condLifep;
|
||||
iterateAndNextNull(nodep->precondsp());
|
||||
iterateAndNextNull(nodep->condp());
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user