Remove unused macros.

This commit is contained in:
Masaki Muranaka
2013-03-26 15:13:20 +09:00
parent 6848ad6f30
commit eafd5f647a
-3
View File
@@ -2068,9 +2068,6 @@ mrb_str_sub(mrb_state *mrb, mrb_value self)
mrb_value
mrb_cstr_to_inum(mrb_state *mrb, const char *str, int base, int badcheck)
{
#define BDIGIT unsigned int
#define BDIGIT_DBL unsigned long
char *end;
char sign = 1;
int c;