3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

remove unused var

This commit is contained in:
Nuno Lopes 2019-10-19 17:36:57 +01:00
parent 11736f078e
commit 423e084cda

View file

@ -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') ||