diff options
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/extra/extraUtilThresh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/extra/extraUtilThresh.c b/src/misc/extra/extraUtilThresh.c index 88752b7d..478e025c 100644 --- a/src/misc/extra/extraUtilThresh.c +++ b/src/misc/extra/extraUtilThresh.c @@ -282,7 +282,7 @@ int Extra_ThreshSelectWeights( word * t, int nVars, int * pW ) } int Extra_ThreshCheck( word * t, int nVars, int * pW ) { - int Chow[16], Chow0, nMints = (1 << nVars); + int Chow0, Chow[16]; if ( !Abc_TtIsUnate(t, nVars) ) return 0; Abc_TtMakePosUnate( t, nVars ); |