summaryrefslogtreecommitdiffstats
path: root/src/opt/sfm/sfmInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-05-30 14:52:34 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-05-30 14:52:34 -0700
commit338845a21da672285705b9aae333768f2ba5dd96 (patch)
tree3b0807f315ceff1da6c93a7a12a5477915307c2e /src/opt/sfm/sfmInt.h
parent3c978925146b3be8ce6d3bca50a4462839b8d9fa (diff)
downloadabc-338845a21da672285705b9aae333768f2ba5dd96.tar.gz
abc-338845a21da672285705b9aae333768f2ba5dd96.tar.bz2
abc-338845a21da672285705b9aae333768f2ba5dd96.zip
New MFS package.
Diffstat (limited to 'src/opt/sfm/sfmInt.h')
-rw-r--r--src/opt/sfm/sfmInt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/opt/sfm/sfmInt.h b/src/opt/sfm/sfmInt.h
index 8ba875c1..60648b44 100644
--- a/src/opt/sfm/sfmInt.h
+++ b/src/opt/sfm/sfmInt.h
@@ -77,10 +77,7 @@ struct Sfm_Ntk_t_
int nTravIds2; // traversal IDs
// window
int iPivotNode; // window pivot
- Vec_Int_t * vLeaves; // leaves
- Vec_Int_t * vLeaves2; // leaves
Vec_Int_t * vNodes; // internal
- Vec_Int_t * vNodes2; // internal
Vec_Int_t * vDivs; // divisors
Vec_Int_t * vRoots; // roots
Vec_Int_t * vTfo; // TFO (excluding iNode)