Remove some redundant function declarations.

This commit is contained in:
Masaki Muranaka
2012-05-16 14:25:56 +09:00
parent f202658d80
commit c6f0e296bd
7 changed files with 0 additions and 11 deletions
-1
View File
@@ -92,7 +92,6 @@ int mrb_toupper(int c);
typedef OnigEncodingType mrb_encoding;
mrb_encoding* mrb_enc_get(mrb_state *mrb, mrb_value obj);
/* mrb_encoding * -> name */
#define mrb_enc_name(enc) (enc)->name
int mrb_enc_get_index(mrb_state *mrb, mrb_value obj);