mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 13:39:49 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
ab5894412d
4 changed files with 12 additions and 15 deletions
|
@ -34,8 +34,6 @@ Revision History:
|
|||
|
||||
namespace datalog {
|
||||
|
||||
static unsigned verbose_action_inside = 0;
|
||||
|
||||
verbose_action::verbose_action(char const* msg, unsigned lvl): m_lvl(lvl), m_sw(0) {
|
||||
IF_VERBOSE(m_lvl,
|
||||
(verbose_stream() << msg << "...").flush();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue