summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-02-14 01:25:54 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-02-14 01:25:54 +0900
commitbc8c80399091b36a9d45a9b6abfe00c952394426 (patch)
tree557e8ad60c376958e0a9ef81d33c596c6703fabd /include
parent22d5102504900a1beb45fa5f55cf2e8100ce0943 (diff)
parent5a76288f3ff484353e2a949fb079e061eae3a06b (diff)
downloadmruby-bc8c80399091b36a9d45a9b6abfe00c952394426.tar.gz
mruby-bc8c80399091b36a9d45a9b6abfe00c952394426.zip
Merge pull request #1704 from cremno/rm-mrb_str_literal-decl
remove mrb_str_literal declaration
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*);