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
-2
View File
@@ -37,8 +37,6 @@
#define fmod(x,y) fmodf(x,y)
#endif
void mrb_cmperr(mrb_state *mrb, mrb_value x, mrb_value y);
void
mrb_num_zerodiv(mrb_state *mrb)
{