summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-26 22:00:19 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-26 22:00:19 +0000
commitb06a3d697c1dc57c58498c9e8612d4c21d6395d6 (patch)
treefbdfd6de8a4534840c6fc2c3f9cfe76c999d18de /src/smt
parentc6d2a808e4981f81e4a638d25582e8542e89b716 (diff)
Finish off SEXPR kind work.
(this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index ad72e0737..2db746c0a 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -1888,11 +1888,6 @@ Expr SmtEngine::getValue(const Expr& e)
"Cannot get value unless immediately preceded by SAT/INVALID or UNKNOWN response.";
throw ModalException(msg);
}
- if(type.isSort() || type.isSortConstructor()) {
- const char* msg =
- "Cannot get value of a sort.";
- throw ModalException(msg);
- }
// do not need to apply preprocessing substitutions (should be recorded in model already)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback