summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/modes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/modes.cpp')
-rw-r--r--src/theory/quantifiers/modes.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/theory/quantifiers/modes.cpp b/src/theory/quantifiers/modes.cpp
index 9e4cab9fa..ebc1088a8 100644
--- a/src/theory/quantifiers/modes.cpp
+++ b/src/theory/quantifiers/modes.cpp
@@ -85,15 +85,9 @@ std::ostream& operator<<(std::ostream& out, theory::quantifiers::MbqiMode mode)
case theory::quantifiers::MBQI_NONE:
out << "MBQI_NONE";
break;
- case theory::quantifiers::MBQI_INST_GEN:
- out << "MBQI_INST_GEN";
- break;
case theory::quantifiers::MBQI_FMC:
out << "MBQI_FMC";
break;
- case theory::quantifiers::MBQI_INTERVAL:
- out << "MBQI_INTERVAL";
- break;
case theory::quantifiers::MBQI_ABS:
out << "MBQI_ABS";
break;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback