summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_attributes.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-10-07 15:34:56 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-10-07 15:34:56 +0200
commit33d0894b7707e3f590404cc51963af7740e7412a (patch)
treed3861424cc124d6b8919ee99eccf120787986a2c /src/theory/quantifiers/quantifiers_attributes.h
parentc83882c37a5568f887badb22bd24397f7d545b9d (diff)
Refactor quantifiers attributes.
Diffstat (limited to 'src/theory/quantifiers/quantifiers_attributes.h')
-rw-r--r--src/theory/quantifiers/quantifiers_attributes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/theory/quantifiers/quantifiers_attributes.h b/src/theory/quantifiers/quantifiers_attributes.h
index 34649ae05..bad58eef8 100644
--- a/src/theory/quantifiers/quantifiers_attributes.h
+++ b/src/theory/quantifiers/quantifiers_attributes.h
@@ -26,14 +26,6 @@ namespace CVC4 {
namespace theory {
namespace quantifiers {
-/** Attribute true for quantifiers that are axioms */
-struct AxiomAttributeId {};
-typedef expr::Attribute< AxiomAttributeId, bool > AxiomAttribute;
-
-/** Attribute true for quantifiers that are conjecture */
-struct ConjectureAttributeId {};
-typedef expr::Attribute< ConjectureAttributeId, bool > ConjectureAttribute;
-
/** Attribute priority for rewrite rules */
//struct RrPriorityAttributeId {};
//typedef expr::Attribute< RrPriorityAttributeId, uint64_t > RrPriorityAttribute;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback