3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-20 15:34:41 +00:00

fix build

This commit is contained in:
Nuno Lopes 2026-01-30 16:29:30 +00:00 committed by Nikolaj Bjorner
parent 8adb3a031e
commit 72ddc6269d

View file

@ -152,7 +152,6 @@ class mpz_manager {
mutable std::recursive_mutex m_lock;
#define MPZ_BEGIN_CRITICAL() if (SYNCH) m_lock.lock()
#define MPZ_END_CRITICAL() if (SYNCH) m_lock.unlock()
static_assert(false);
#else
#define MPZ_BEGIN_CRITICAL() {}
#define MPZ_END_CRITICAL() {}