From b5830aed17f0623175a4befc7d39a21b217992e7 Mon Sep 17 00:00:00 2001 From: Yukihiro Matz Matsumoto Date: Tue, 8 Jan 2013 23:36:19 +0900 Subject: remove MRUBY_VERSION for the time being; close #700 --- include/mruby.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/mruby.h b/include/mruby.h index 845443a1b..6bc37b427 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -239,8 +239,6 @@ void mrb_field_write_barrier(mrb_state *, struct RBasic*, struct RBasic*); } while (0); void mrb_write_barrier(mrb_state *, struct RBasic*); -#define MRUBY_VERSION "Rite" - mrb_value mrb_check_convert_type(mrb_state *mrb, mrb_value val, mrb_int type, const char *tname, const char *method); mrb_value mrb_any_to_s(mrb_state *mrb, mrb_value obj); const char * mrb_obj_classname(mrb_state *mrb, mrb_value obj); -- cgit v1.2.3