Commit 5ef1e479 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Remove old comment for `mrb_sym2name_len()` [ci skip]

parent db2545cb
......@@ -143,7 +143,6 @@ mrb_check_intern_str(mrb_state *mrb, mrb_value str)
return mrb_check_intern(mrb, RSTRING_PTR(str), RSTRING_LEN(str));
}
/* lenp must be a pointer to a size_t variable */
MRB_API const char*
mrb_sym2name_len(mrb_state *mrb, mrb_sym sym, mrb_int *lenp)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment