summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-12 14:45:38 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-12 14:45:38 -0500
commit685b1f3769decafbff1c5b929d4ce01169ff9d81 (patch)
treeede90609b6cbd692a85a2633eae7a86914159101 /src/theory/arith/theory_arith.h
parentab930adcd1531fb7006740d6787d990588e3302e (diff)
Remove old implementation of cbqi
Diffstat (limited to 'src/theory/arith/theory_arith.h')
-rw-r--r--src/theory/arith/theory_arith.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h
index 3e414ca6d..51bbd67f3 100644
--- a/src/theory/arith/theory_arith.h
+++ b/src/theory/arith/theory_arith.h
@@ -25,10 +25,6 @@
namespace CVC4 {
namespace theory {
-namespace quantifiers {
- class InstStrategySimplex;
-}
-
namespace arith {
/**
@@ -38,7 +34,6 @@ namespace arith {
*/
class TheoryArith : public Theory {
private:
- friend class quantifiers::InstStrategySimplex;
friend class TheoryArithPrivate;
TheoryArithPrivate* d_internal;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback