mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fix debug build
This commit is contained in:
parent
4e9035d4b9
commit
aaa1af5b28
|
@ -138,7 +138,7 @@ public:
|
|||
}
|
||||
|
||||
void init(SZ s) {
|
||||
SASSERT(m_data == nullptr;);
|
||||
SASSERT(m_data == nullptr);
|
||||
if (s == 0) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue