Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 52c3bfd

Browse files
committed
Avoid duplicating tasks and processes
Signed-off-by: Krzysztof Bieganski <[email protected]>
1 parent 5b522b4 commit 52c3bfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/UhdmAst.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,6 @@ AstNode* visit_object(vpiHandle obj_h, UhdmShared& shared) {
19881988
{
19891989
vpiInterface,
19901990
vpiInterfaceArray,
1991-
vpiProcess,
19921991
vpiModule,
19931992
vpiModuleArray,
19941993
vpiPrimitive,
@@ -2006,7 +2005,6 @@ AstNode* visit_object(vpiHandle obj_h, UhdmShared& shared) {
20062005
// from vpiInstance
20072006
vpiProgram,
20082007
vpiProgramArray,
2009-
vpiTaskFunc,
20102008
vpiSpecParam,
20112009
vpiAssertion,
20122010
// vpiClassDefn,

0 commit comments

Comments
 (0)