remove comments
This commit is contained in:
parent
34aa31beca
commit
b41c14b6d6
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue