mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
remove unused var
This commit is contained in:
parent
11736f078e
commit
423e084cda
|
@ -62,7 +62,6 @@ extern "C" {
|
||||||
}
|
}
|
||||||
sort * _ty = to_sort(ty);
|
sort * _ty = to_sort(ty);
|
||||||
bool is_float = mk_c(c)->fpautil().is_float(_ty);
|
bool is_float = mk_c(c)->fpautil().is_float(_ty);
|
||||||
std::string fixed_num;
|
|
||||||
char const* m = n;
|
char const* m = n;
|
||||||
while (*m) {
|
while (*m) {
|
||||||
if (!(('0' <= *m && *m <= '9') ||
|
if (!(('0' <= *m && *m <= '9') ||
|
||||||
|
|
Loading…
Reference in a new issue