Suggested changes to collect and pass timing information (unused variable).

This commit is contained in:
Alan Mishchenko 2021-08-12 18:27:40 -07:00
parent 0deb8bf632
commit e9b487666d
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ void Abc_NtkTimePrepare( Abc_Ntk_t * pNtk )
***********************************************************************/
Abc_ManTime_t * Abc_ManTimeStart( Abc_Ntk_t * pNtk )
{
int fUseZeroDefaultOutputRequired = 1;
//int fUseZeroDefaultOutputRequired = 1;
Abc_ManTime_t * p;
Abc_Time_t* pTime;
Abc_Obj_t * pObj; int i;