diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-12 17:26:04 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-12 17:26:04 -0700 |
| commit | 3f4c2d451d8670aa27ff0599061fb98aedcdb90c (patch) | |
| tree | 24288b00c453511d392f2f783256fe5424181b57 /include | |
| parent | e53628eb9d6ee5e5979dca9e686236ab58e3fd23 (diff) | |
| parent | 3af128c742c6d68f4b88bbc950f3219a071ca87c (diff) | |
| download | mruby-3f4c2d451d8670aa27ff0599061fb98aedcdb90c.tar.gz mruby-3f4c2d451d8670aa27ff0599061fb98aedcdb90c.zip | |
Merge pull request #985 from monaka/pr-remove-unused-code-20130312
Remove mrb_str_sublen() as it is not used.
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 850cb56db..2fc748474 100644 --- a/include/mruby/string.h +++ b/include/mruby/string.h @@ -53,7 +53,6 @@ mrb_value mrb_str_buf_cat(mrb_state *mrb, mrb_value str, const char *ptr, int le char *mrb_string_value_cstr(mrb_state *mrb, mrb_value *ptr); char *mrb_string_value_ptr(mrb_state *mrb, mrb_value ptr); -int mrb_str_sublen(mrb_state *mrb, mrb_value str, int pos); int mrb_str_offset(mrb_state *mrb, mrb_value str, int pos); mrb_value mrb_str_dup(mrb_state *mrb, mrb_value str); /* mrb_str_dup */ mrb_value mrb_str_intern(mrb_state *mrb, mrb_value self); |
