diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-29 02:18:25 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-29 02:18:25 -0700 |
| commit | eb4e0f8176703361bf43c25aff48806fd8488d9b (patch) | |
| tree | 09490c8b8fe4f754176408935d634c334117d522 /include | |
| parent | e2303b60704a6cd4cc92b00f2121ceecb7775af0 (diff) | |
| parent | 05ad6902fdc6fc6a5c677cfda17291dec09733d1 (diff) | |
| download | mruby-eb4e0f8176703361bf43c25aff48806fd8488d9b.tar.gz mruby-eb4e0f8176703361bf43c25aff48806fd8488d9b.zip | |
Merge pull request #1106 from monaka/pr-remove-mrb_string_value
Remove API mrb_string_value().
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/string.h b/include/mruby/string.h index 4efc3c0ff..970d5ace6 100644 --- a/include/mruby/string.h +++ b/include/mruby/string.h @@ -46,7 +46,6 @@ mrb_value mrb_str_plus(mrb_state*, mrb_value, mrb_value); mrb_value mrb_ptr_to_str(mrb_state *, void *); mrb_value mrb_obj_as_string(mrb_state *mrb, mrb_value obj); mrb_value mrb_str_resize(mrb_state *mrb, mrb_value str, int len); /* mrb_str_resize */ -mrb_value mrb_string_value(mrb_state *mrb, mrb_value *ptr); /* StringValue */ mrb_value mrb_str_substr(mrb_state *mrb, mrb_value str, mrb_int beg, mrb_int len); mrb_value mrb_check_string_type(mrb_state *mrb, mrb_value str); mrb_value mrb_str_buf_new(mrb_state *mrb, int capa); |
