summaryrefslogtreecommitdiff
path: root/src/proof/proof_manager.h
diff options
context:
space:
mode:
authorGuy <katz911@gmail.com>2016-06-01 17:41:17 -0700
committerGuy <katz911@gmail.com>2016-06-01 17:41:17 -0700
commitde0dd1dc966b05467f1a5443ff33094262f5076a (patch)
tree46a8539229fc31226b416755e6a88c18476ecffc /src/proof/proof_manager.h
parent89ba584531115b7f6d47088d7614368ea05ab9d8 (diff)
Revert "Merging proof branch"
This reverts commit 89ba584531115b7f6d47088d7614368ea05ab9d8.
Diffstat (limited to 'src/proof/proof_manager.h')
-rw-r--r--src/proof/proof_manager.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/proof/proof_manager.h b/src/proof/proof_manager.h
index c6454b652..c74aac237 100644
--- a/src/proof/proof_manager.h
+++ b/src/proof/proof_manager.h
@@ -34,8 +34,6 @@
namespace CVC4 {
-class SmtGlobals;
-
// forward declarations
namespace Minisat {
class Solver;
@@ -138,8 +136,6 @@ class ProofManager {
std::set<Type> d_printedTypes;
- std::map<std::string, std::string> d_rewriteFilters;
-
protected:
LogicInfo d_logic;
@@ -228,9 +224,6 @@ public:
void markPrinted(const Type& type);
bool wasPrinted(const Type& type) const;
- void addRewriteFilter(const std::string &original, const std::string &substitute);
- void clearRewriteFilters();
-
};/* class ProofManager */
class LFSCProof : public Proof {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback