diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/base/wln/wlnNtk.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/base/wln/wlnNtk.c b/src/base/wln/wlnNtk.c index f5762c2b..4e338006 100644 --- a/src/base/wln/wlnNtk.c +++ b/src/base/wln/wlnNtk.c @@ -153,10 +153,6 @@ int Wln_NtkIsAcyclic_rec( Wln_Ntk_t * p, int iObj ) { int i, iFanin; //printf( "Visiting node %d\n", iObj ); - if ( 43309 == iObj ) - { - int s = 0; - } // skip the node if it is already visited if ( Wln_ObjIsTravIdPrevious(p, iObj) ) return 1; |