summaryrefslogtreecommitdiffstats
path: root/src/proof/abs/absGla.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/abs/absGla.c')
-rw-r--r--src/proof/abs/absGla.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/proof/abs/absGla.c b/src/proof/abs/absGla.c
index e05959a2..4063757c 100644
--- a/src/proof/abs/absGla.c
+++ b/src/proof/abs/absGla.c
@@ -1153,27 +1153,6 @@ void Ga2_ManRestart( Ga2_Man_t * p )
SeeAlso []
***********************************************************************/
-int Vec_IntCheckUnique( Vec_Int_t * p )
-{
- int RetValue;
- Vec_Int_t * pDup = Vec_IntDup( p );
- Vec_IntUniqify( pDup );
- RetValue = Vec_IntSize(p) - Vec_IntSize(pDup);
- Vec_IntFree( pDup );
- return RetValue;
-}
-
-/**Function*************************************************************
-
- Synopsis []
-
- Description []
-
- SideEffects []
-
- SeeAlso []
-
-***********************************************************************/
static inline int Ga2_ObjSatValue( Ga2_Man_t * p, Gia_Obj_t * pObj, int f )
{
int Lit = Ga2_ObjFindLit( p, pObj, f );