mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
remove unused var
This commit is contained in:
parent
11736f078e
commit
423e084cda
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue