summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_conflict_find.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quant_conflict_find.h')
-rwxr-xr-xsrc/theory/quantifiers/quant_conflict_find.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/quantifiers/quant_conflict_find.h b/src/theory/quantifiers/quant_conflict_find.h
index 81f31fa90..93e1f72a6 100755
--- a/src/theory/quantifiers/quant_conflict_find.h
+++ b/src/theory/quantifiers/quant_conflict_find.h
@@ -164,7 +164,6 @@ class QuantConflictFind : public QuantifiersModule
typedef context::CDChunkList<Node> NodeList;
typedef context::CDHashMap<Node, bool, NodeHashFunction> NodeBoolMap;
private:
- context::Context* d_c;
context::CDO< bool > d_conflict;
std::vector< Node > d_quant_order;
std::map< Kind, Node > d_zero;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback