forgot to delete a redundant comment

This commit is contained in:
卜部昌平 2021-08-19 15:18:08 +09:00
Родитель 3ca688aeb0
Коммит 6e8e2b467b
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -946,7 +946,6 @@ int rb_enc_precise_mbclen(const char *p, const char *e, rb_encoding *enc);
* @retval otherwise A code point of the character at `p`.
* @post `len` (if set) is the number of bytes of `p`.
*/
/* -> 0x00..0x7f, -1 */
int rb_enc_ascget(const char *p, const char *e, int *len, rb_encoding *enc);
/**