From d8144aef789d096af719136c0f29089575d370fe Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 31 Jan 2024 21:34:54 +0900 Subject: [PATCH] string.c: remove a comment regarding `unsigned char*` --- src/string.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/string.c b/src/string.c index 3ef547e36..5ce969474 100644 --- a/src/string.c +++ b/src/string.c @@ -570,7 +570,6 @@ str_index_str_by_char(mrb_state *mrb, mrb_value str, mrb_value sub, mrb_int pos) /* The original source code is under 2-clause BSD license; see LEGAL file. */ /* The modifications: * port from C++ to C - * takes unsigned char* * returns mrb_int * alignment adjustment added * support bigendian CPU