summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 1e5ac84b4..e3a0533af 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -784,11 +784,8 @@ public:
}
void nmNotifyNewDatatypes(const std::vector<DatatypeType>& dtts) {
- Trace("ajr-temp") << "Notify " << dtts.size() << " datatypes." << std::endl;
DatatypeDeclarationCommand c(dtts);
- Trace("ajr-temp") << "dump command" << std::endl;
d_smt.addToModelCommandAndDump(c);
- Trace("ajr-temp") << "Finish" << std::endl;
}
void nmNotifyNewVar(TNode n, uint32_t flags) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback