Remove mrb_str_sublen() as it is not used.

This commit is contained in:
Masaki Muranaka
2013-03-12 18:08:40 +09:00
parent 46d8c51763
commit 3af128c742
2 changed files with 0 additions and 10 deletions
-9
View File
@@ -1661,15 +1661,6 @@ mrb_str_rindex(mrb_state *mrb, mrb_value str, mrb_value sub, mrb_int pos)
}
}
#ifdef INCLUDE_ENCODING
/* byte offset to char offset */
int
mrb_str_sublen(mrb_state *mrb, mrb_value str, long pos)
{
return pos;
}
#endif //INCLUDE_ENCODING
/* 15.2.10.5.31 */
/*
* call-seq: