diff --git a/src/string.c b/src/string.c index c921ca56d..a4f8085ec 100644 --- a/src/string.c +++ b/src/string.c @@ -2770,14 +2770,6 @@ mrb_init_string(mrb_state *mrb) #include #include -#ifndef __STDC__ -# ifdef __GNUC__ -# define const __const__ -# elif !defined(_MSC_VER) -# define const -# endif -#endif - static const int maxExponent = 511; /* Largest possible base 10 exponent. Any * exponent larger than this will already * produce underflow or overflow, so there's