summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-20 19:22:21 -0500
committerGitHub <noreply@github.com>2018-08-20 19:22:21 -0500
commit03abb94451a8bc2fb59b5b2fc95c931715575dc0 (patch)
tree350839369fa22e97b5497abf76bfad339c706030 /src/theory/quantifiers_engine.cpp
parentbf863b1f3cee791585e2c04e5f40afcadcdf113c (diff)
More unused code elimination (#2339)
Diffstat (limited to 'src/theory/quantifiers_engine.cpp')
-rw-r--r--src/theory/quantifiers_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers_engine.cpp b/src/theory/quantifiers_engine.cpp
index 73d2de401..8c43e98ff 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -116,7 +116,7 @@ QuantifiersEngine::QuantifiersEngine(context::Context* c,
}
if( options::inferArithTriggerEq() ){
- d_eq_inference = new quantifiers::EqualityInference( c, options::inferArithTriggerEqExp() );
+ d_eq_inference = new quantifiers::EqualityInference(c, false);
}else{
d_eq_inference = NULL;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback