3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-07-13 16:22:06 -04:00
parent 2d4e9a0f67
commit 3ca32efd18

View file

@ -54,7 +54,7 @@ public:
}
void start() {
SASSERT(!m_running);
// SASSERT(!m_running);
DEBUG_CODE(m_running = true;);
m_start = get();
}