remove deprecated.h

This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-06-24 10:05:05 +09:00
parent 36e010cd75
commit e88e7dc8db
2 changed files with 0 additions and 12 deletions
-2
View File
@@ -452,8 +452,6 @@ MRB_API void mrb_show_copyright(mrb_state *mrb);
MRB_API mrb_value mrb_format(mrb_state *mrb, const char *format, ...);
#include "mruby/deprecated.h"
#if defined(__cplusplus)
} /* extern "C" { */
#endif