Merge pull request #4262 from shuujii/remove-old-comment-in-symbol

Remove old comment for `mrb_sym2name_len()` [ci skip]
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-02-05 22:51:26 +09:00
committed by GitHub
-1
View File
@@ -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)
{