From bb68d0b7f60c4dc6bf57b85d7c4e3c510df458cf Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 25 Jul 2012 12:42:25 -0700 Subject: Removed unused files from the project. --- src/map/super/module.make | 3 +-- src/proof/cec/cec.c | 2 +- src/proof/cec/module.make | 1 - src/proof/int/module.make | 1 - src/proof/pdr/module.make | 3 +-- 5 files changed, 3 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/map/super/module.make b/src/map/super/module.make index 19ce8228..20c7dd58 100644 --- a/src/map/super/module.make +++ b/src/map/super/module.make @@ -1,4 +1,3 @@ SRC += src/map/super/super.c \ src/map/super/superAnd.c \ - src/map/super/superGate.c \ - src/map/super/superWrite.c + src/map/super/superGate.c diff --git a/src/proof/cec/cec.c b/src/proof/cec/cec.c index 6968a599..637277ed 100644 --- a/src/proof/cec/cec.c +++ b/src/proof/cec/cec.c @@ -1,4 +1,4 @@ -/**CFile**************************************************************** +**CFile**************************************************************** FileName [cec.c] diff --git a/src/proof/cec/module.make b/src/proof/cec/module.make index bac6e9bc..1f8189a5 100644 --- a/src/proof/cec/module.make +++ b/src/proof/cec/module.make @@ -7,7 +7,6 @@ SRC += src/proof/cec/cecCec.c \ src/proof/cec/cecMan.c \ src/proof/cec/cecPat.c \ src/proof/cec/cecSeq.c \ - src/proof/cec/cecSim.c \ src/proof/cec/cecSolve.c \ src/proof/cec/cecSynth.c \ src/proof/cec/cecSweep.c diff --git a/src/proof/int/module.make b/src/proof/int/module.make index 4a66b6ca..6c89a36d 100644 --- a/src/proof/int/module.make +++ b/src/proof/int/module.make @@ -6,6 +6,5 @@ SRC += src/proof/int/intCheck.c \ src/proof/int/intFrames.c \ src/proof/int/intInter.c \ src/proof/int/intM114.c \ - src/proof/int/intM114p.c \ src/proof/int/intMan.c \ src/proof/int/intUtil.c diff --git a/src/proof/pdr/module.make b/src/proof/pdr/module.make index 93fd8071..5bee83f8 100644 --- a/src/proof/pdr/module.make +++ b/src/proof/pdr/module.make @@ -1,5 +1,4 @@ -SRC += src/proof/pdr/pdr.c \ - src/proof/pdr/pdrCnf.c \ +SRC += src/proof/pdr/pdrCnf.c \ src/proof/pdr/pdrCore.c \ src/proof/pdr/pdrInv.c \ src/proof/pdr/pdrMan.c \ -- cgit v1.2.3