summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_subtheory_bitblast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_subtheory_bitblast.h')
-rw-r--r--src/theory/bv/bv_subtheory_bitblast.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/bv/bv_subtheory_bitblast.h b/src/theory/bv/bv_subtheory_bitblast.h
index a2b099609..60ef08d93 100644
--- a/src/theory/bv/bv_subtheory_bitblast.h
+++ b/src/theory/bv/bv_subtheory_bitblast.h
@@ -24,10 +24,6 @@
namespace CVC4 {
-namespace proof {
-class ResolutionBitVectorProof;
-}
-
namespace theory {
namespace bv {
@@ -79,7 +75,6 @@ public:
void bitblastQueue();
void setAbstraction(AbstractionModule* module);
uint64_t computeAtomWeight(TNode atom);
- void setProofLog(proof::BitVectorProof* bvp) override;
};
} /* namespace CVC4::theory::bv */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback