remove mrb_str_literal declaration

definition was removed in 677a2ac
This commit is contained in:
cremno
2014-02-12 03:24:16 +01:00
parent 7a32c7b183
commit 5a76288f3f
-1
View File
@@ -37,7 +37,6 @@ struct RString {
void mrb_gc_free_str(mrb_state*, struct RString*);
void mrb_str_modify(mrb_state*, struct RString*);
mrb_value mrb_str_literal(mrb_state*, mrb_value);
void mrb_str_concat(mrb_state*, mrb_value, mrb_value);
mrb_value mrb_str_plus(mrb_state*, mrb_value, mrb_value);
mrb_value mrb_ptr_to_str(mrb_state *, void*);