Skip to content

Commit e0bec69

Browse files
authored
Remove old comment in string_parser.c (GH-20906)
1 parent de4304d commit e0bec69

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Parser/string_parser.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66

77
//// STRING HANDLING FUNCTIONS ////
88

9-
// These functions are ported directly from Python/ast.c with some modifications
10-
// to account for the use of "Parser *p", the fact that don't have parser nodes
11-
// to pass around and the usage of some specialized APIs present only in this
12-
// file (like "_PyPegen_raise_syntax_error").
13-
149
static int
1510
warn_invalid_escape_sequence(Parser *p, unsigned char first_invalid_escape_char, Token *t)
1611
{

0 commit comments

Comments
 (0)