3
0
Fork 0
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:
Nikolaj Bjorner 2019-09-17 21:56:28 -04:00
parent c68cfe878e
commit df2f0416e2
2 changed files with 2 additions and 3 deletions

View file

@ -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;