summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-09-02 22:10:27 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-09-02 22:10:27 -0700
commite16e3edae8f6f73f4e32776423b784e78a1d042e (patch)
treeb67420832d874f704ec36e6b49d360fa74a6ae8a /src/map/if/if.h
parentfabc84d15b5aabb28f3f7670369b005f4cec57a6 (diff)
downloadabc-e16e3edae8f6f73f4e32776423b784e78a1d042e.tar.gz
abc-e16e3edae8f6f73f4e32776423b784e78a1d042e.tar.bz2
abc-e16e3edae8f6f73f4e32776423b784e78a1d042e.zip
Removing some old useless code.
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r--src/map/if/if.h3
1 files changed, 1 insertions, 2 deletions
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