summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifDec10.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/if/ifDec10.c')
-rw-r--r--src/map/if/ifDec10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifDec10.c b/src/map/if/ifDec10.c
index 85c8625d..917f9f53 100644
--- a/src/map/if/ifDec10.c
+++ b/src/map/if/ifDec10.c
@@ -480,7 +480,7 @@ printf( "\n" );
int If_CutPerformCheck10( If_Man_t * p, unsigned * pTruth, int nVars, int nLeaves, char * pStr )
{
int nSupp, fDerive = 0;
- word z[2] = {0}, pF[16];
+ word pF[16];
if ( nLeaves <= 6 )
return 1;
If_Dec10Copy( pF, (word *)pTruth, nVars );