summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorcremno <[email protected]>2014-02-12 03:24:16 +0100
committercremno <[email protected]>2014-02-13 13:39:44 +0100
commit5a76288f3ff484353e2a949fb079e061eae3a06b (patch)
treeeaca5f06eb54a73d49bd948f14837d5aa984c859 /include
parent7a32c7b18354c3f4f0439978797157bf9915ae2a (diff)
downloadmruby-5a76288f3ff484353e2a949fb079e061eae3a06b.tar.gz
mruby-5a76288f3ff484353e2a949fb079e061eae3a06b.zip
remove mrb_str_literal declaration
definition was removed in 677a2ac
Diffstat (limited to 'include')
-rw-r--r--include/mruby/string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/string.h b/include/mruby/string.h
index fbc39368b..675dadb5c 100644
--- a/include/mruby/string.h
+++ b/include/mruby/string.h
@@ -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*);