summaryrefslogtreecommitdiff
path: root/src/parser/smt2/smt2.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-10-11 14:00:56 -0500
committerGitHub <noreply@github.com>2019-10-11 14:00:56 -0500
commitef7e56f4217ece19b1caf743e5b1db0d3f549226 (patch)
tree4cbda5ff1b3ebfeaae68dc0268467503cfb29faa /src/parser/smt2/smt2.cpp
parent54449d5a9bd8e0de1a32aa35895f4edae51c5e45 (diff)
Check that logic is set when synth-fun command is encountered (#3384)
Diffstat (limited to 'src/parser/smt2/smt2.cpp')
-rw-r--r--src/parser/smt2/smt2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/smt2/smt2.cpp b/src/parser/smt2/smt2.cpp
index 47ac2a11b..f9942049a 100644
--- a/src/parser/smt2/smt2.cpp
+++ b/src/parser/smt2/smt2.cpp
@@ -662,7 +662,6 @@ Smt2::SynthFunFactory::SynthFunFactory(
std::vector<std::pair<std::string, CVC4::Type>>& sortedVarNames)
: d_smt2(smt2), d_fun(fun), d_isInv(isInv)
{
- smt2->checkThatLogicIsSet();
if (range.isNull())
{
smt2->parseError("Must supply return type for synth-fun.");
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback