From e16e3edae8f6f73f4e32776423b784e78a1d042e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 2 Sep 2013 22:10:27 -0700 Subject: Removing some old useless code. --- src/map/if/if.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/if/if.h') diff --git a/src/map/if/if.h b/src/map/if/if.h index be6232ec..6525a4d6 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -119,7 +119,6 @@ struct If_Par_t_ int fEnableCheck10;// enable additional checking int fEnableCheck75;// enable additional checking int fEnableCheck75u;// enable additional checking - int fEnableRealPos;// enable additional feature int fUseDsd; // compute DSD of the cut functions int fDeriveLuts; // enables deriving LUT structures int fVerbose; // the verbosity flag @@ -193,7 +192,7 @@ struct If_Man_t_ int fNextRound; // set to 1 after the first round int nChoices; // the number of choice nodes Vec_Int_t * vSwitching; // switching activity of each node - Vec_Int_t ** pDriverCuts; // temporary driver cuts +// Vec_Int_t ** pDriverCuts; // temporary driver cuts int pPerm[3][IF_MAX_LUTSIZE]; // permutations unsigned uSharedMask; // mask of shared variables int nShared; // the number of shared variables -- cgit v1.2.3