mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 12:53:38 +00:00
fix debug build
This commit is contained in:
parent
4e9035d4b9
commit
aaa1af5b28
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
void init(SZ s) {
|
void init(SZ s) {
|
||||||
SASSERT(m_data == nullptr;);
|
SASSERT(m_data == nullptr);
|
||||||
if (s == 0) {
|
if (s == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue