Skip to content

Commit 423e084

Browse files
committed
remove unused var
1 parent 11736f0 commit 423e084

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/api_numeral.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ extern "C" {
6262
}
6363
sort * _ty = to_sort(ty);
6464
bool is_float = mk_c(c)->fpautil().is_float(_ty);
65-
std::string fixed_num;
6665
char const* m = n;
6766
while (*m) {
6867
if (!(('0' <= *m && *m <= '9') ||

0 commit comments

Comments
 (0)