From 6e8e2b467bc2d1db0a593ddfb23eabdc109d85e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Thu, 19 Aug 2021 15:18:08 +0900 Subject: [PATCH] forgot to delete a redundant comment --- include/ruby/encoding.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index 414c37dca3..95cf74a3b8 100644 --- a/include/ruby/encoding.h +++ b/include/ruby/encoding.h @@ -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); /**