remove comments

This commit is contained in:
Yilou Wang 2026-06-10 15:37:09 +02:00
parent 34aa31beca
commit b41c14b6d6
1 changed files with 1 additions and 0 deletions

View File

@ -1624,6 +1624,7 @@ class TaskVisitor final : public VNVisitor {
// Create cloned statements
AstNode* beginp;
AstCNew* cnewp = nullptr;
// getScope() is safe here: TaskStateVisitor stamped all FTask scopes before this pass.
const bool virtualIfaceCall
= TaskStateVisitor::isVirtualIfaceMethodCall(nodep)
&& TaskStateVisitor::isIfaceFTaskScope(m_statep->getScope(nodep->taskp()));