projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1303ec
)
Remove "NodeValue width" output
author
Morgan Deters
<mdeters@cs.nyu.edu>
Tue, 10 Dec 2013 05:54:31 +0000
(
00:54
-0500)
committer
Morgan Deters
<mdeters@cs.nyu.edu>
Wed, 11 Dec 2013 04:26:50 +0000
(23:26 -0500)
src/smt/smt_engine.cpp
patch
|
blob
|
history
diff --git
a/src/smt/smt_engine.cpp
b/src/smt/smt_engine.cpp
index d5131e6f670278436d38a9b49e11bfbc8af1f5c8..1b50f71ca581de413c74b854c4969b8e630d1375 100644
(file)
--- a/
src/smt/smt_engine.cpp
+++ b/
src/smt/smt_engine.cpp
@@
-439,8
+439,6
@@
public:
{
d_smt.d_nodeManager->subscribeEvents(this);
d_true = NodeManager::currentNM()->mkConst(true);
-
- Chat() << "NodeValue width" << sizeof(expr::NodeValue) << std::endl;
}
~SmtEnginePrivate() {