mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
undo atomic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c68cfe878e
commit
df2f0416e2
2 changed files with 2 additions and 3 deletions
|
@ -23,7 +23,7 @@ Revision History:
|
|||
#include "util/z3_version.h"
|
||||
|
||||
std::ostream * g_z3_log = nullptr;
|
||||
std::atomic<bool> g_z3_log_enabled = false;
|
||||
bool g_z3_log_enabled = false;
|
||||
|
||||
#ifdef Z3_LOG_SYNC
|
||||
static std::mutex g_log_mux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue