Commit 6159c95a by Alan Mishchenko

Compiler warning.

parent 9e787c71
......@@ -353,7 +353,7 @@ int Wln_RetRemoveOneFanin( Wln_Ret_t * p, int iObj )
int Wln_RetRemoveOneFanout( Wln_Ret_t * p, int iObj )
{
int k, iFanin, * pLink, iFlop, iFlop1 = -1;
int * pFanins = Wln_RetFanins( p, iObj );
//int * pFanins = Wln_RetFanins( p, iObj );
Wln_RetForEachFanout( p, iObj, iFanin, pLink, k )
{
assert( pLink[0] );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment