mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +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);
|
||||
bool is_float = mk_c(c)->fpautil().is_float(_ty);
|
||||
std::string fixed_num;
|
||||
char const* m = n;
|
||||
while (*m) {
|
||||
if (!(('0' <= *m && *m <= '9') ||
|
||||
|
|
Loading…
Reference in a new issue