summaryrefslogtreecommitdiff
path: root/src/proof/proof_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/proof_manager.h')
-rw-r--r--src/proof/proof_manager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/proof/proof_manager.h b/src/proof/proof_manager.h
index 047c32e83..d1833fd07 100644
--- a/src/proof/proof_manager.h
+++ b/src/proof/proof_manager.h
@@ -80,10 +80,6 @@ class LFSCUFProof;
class LFSCBitVectorProof;
class LFSCRewriterProof;
-template <class Solver> class ProofProxy;
-typedef ProofProxy< CVC4::Minisat::Solver> CoreProofProxy;
-typedef ProofProxy< CVC4::BVMinisat::Solver> BVProofProxy;
-
namespace prop {
typedef uint64_t SatVariable;
class SatLiteral;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback