mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unused enum in mrb_cstr_to_dbl
This commit is contained in:
@@ -2499,8 +2499,6 @@ mrb_cstr_to_dbl(mrb_state *mrb, const char * p, mrb_bool badcheck)
|
||||
char buf[DBL_DIG * 4 + 10];
|
||||
double d;
|
||||
|
||||
enum {max_width = 20};
|
||||
|
||||
if (!p) return 0.0;
|
||||
while (ISSPACE(*p)) p++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user