summaryrefslogtreecommitdiff
path: root/src/theory/strings
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.stanford.edu>2016-11-18 15:01:59 -0800
committerClark Barrett <barrett@cs.stanford.edu>2016-11-18 15:01:59 -0800
commit4f98fc506f3cb09a59d8418fd0043e59e4aee57e (patch)
tree864e93b36eeb52304542f108d2067ea5c37d6dfd /src/theory/strings
parentba7dd534de8f5d9bd746a7ed4c4a7b6ba11628e3 (diff)
Add support for set-logic ALL, fix compiler error in GCC 6.1
Diffstat (limited to 'src/theory/strings')
-rw-r--r--src/theory/strings/theory_strings.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/theory/strings/theory_strings.cpp b/src/theory/strings/theory_strings.cpp
index 26e6908da..8b44b5cac 100644
--- a/src/theory/strings/theory_strings.cpp
+++ b/src/theory/strings/theory_strings.cpp
@@ -646,12 +646,6 @@ void TheoryStrings::check(Effort e) {
bool polarity;
TNode atom;
- /*if(getLogicInfo().hasEverything()) {
- WarningOnce() << "WARNING: strings not supported in default configuration (ALL_SUPPORTED).\n"
- << "To suppress this warning in the future use proper logic symbol, e.g. (set-logic QF_S)." << std::endl;
- }
- }*/
-
if( !done() && !hasTerm( d_emptyString ) ) {
preRegisterTerm( d_emptyString );
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback