summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-02-15 21:39:06 -0600
committerGitHub <noreply@github.com>2020-02-15 19:39:06 -0800
commitc83b4da35cea90527334b0d8e7ed343c4823436a (patch)
tree7ea4cf4f032a508cf5e5299e99fe491ca1e6bafd /src
parent569ec5f0ae1ed35e13cc6f581a2d292f7492387e (diff)
Disable regression (#3761)
Should fix recurring issue with nightlies. Also fixes a warning.
Diffstat (limited to 'src')
-rw-r--r--src/theory/theory_model_builder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_model_builder.cpp b/src/theory/theory_model_builder.cpp
index 02dded8b3..e15211847 100644
--- a/src/theory/theory_model_builder.cpp
+++ b/src/theory/theory_model_builder.cpp
@@ -968,7 +968,7 @@ void TheoryEngineModelBuilder::computeAssignableInfo(
bool evaluable = false;
// Set to true if a term in the current equivalence class has been given an
// assignment exclusion set.
- bool hasESet = false;
+ bool hasESet CVC4_UNUSED = false;
// Set to true if we found that a term in the current equivalence class has
// been given an assignment exclusion set, and we have not seen this term
// as part of a previous assignment exclusion group. In other words, when
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback