diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2017-02-03 17:32:44 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2017-02-03 17:32:44 -0800 |
commit | a2cebd3e205751bf6e01d509c9568926069b6ab5 (patch) | |
tree | b8be768e0e9fc992c17d57d9a358a222326286fc /src/proof/pdr/pdrInt.h | |
parent | 6d088bc440fb6b7a5b3eb2c9ea7b9950a1698166 (diff) | |
download | abc-a2cebd3e205751bf6e01d509c9568926069b6ab5.tar.gz abc-a2cebd3e205751bf6e01d509c9568926069b6ab5.tar.bz2 abc-a2cebd3e205751bf6e01d509c9568926069b6ab5.zip |
Removing dead code in 'pdr'.
Diffstat (limited to 'src/proof/pdr/pdrInt.h')
-rw-r--r-- | src/proof/pdr/pdrInt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proof/pdr/pdrInt.h b/src/proof/pdr/pdrInt.h index f47c08a9..89b6f0d0 100644 --- a/src/proof/pdr/pdrInt.h +++ b/src/proof/pdr/pdrInt.h @@ -103,8 +103,6 @@ struct Pdr_Man_t_ Vec_Int_t * vVisits; // intermediate Vec_Int_t * vCi2Rem; // CIs to be removed Vec_Int_t * vRes; // final result - Vec_Int_t * vSuppLits; // support literals - Pdr_Set_t * pCubeJust; // justification abctime * pTime4Outs;// timeout per output Vec_Ptr_t * vInfCubes; // infinity clauses/cubes // statistics @@ -224,7 +222,6 @@ extern void Pdr_QueueClean( Pdr_Man_t * p ); extern void Pdr_QueuePush( Pdr_Man_t * p, Pdr_Obl_t * pObl ); extern void Pdr_QueuePrint( Pdr_Man_t * p ); extern void Pdr_QueueStop( Pdr_Man_t * p ); -extern int Pdr_ManCubeJust( Pdr_Man_t * p, int k, Pdr_Set_t * pCube ); ABC_NAMESPACE_HEADER_END |