Skip to content

Commit

Permalink
Remove old comment in string_parser.c (pythonGH-20906)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal authored Jun 16, 2020
1 parent de4304d commit e0bec69
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Parser/string_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@

//// STRING HANDLING FUNCTIONS ////

// These functions are ported directly from Python/ast.c with some modifications
// to account for the use of "Parser *p", the fact that don't have parser nodes
// to pass around and the usage of some specialized APIs present only in this
// file (like "_PyPegen_raise_syntax_error").

static int
warn_invalid_escape_sequence(Parser *p, unsigned char first_invalid_escape_char, Token *t)
{
Expand Down

0 comments on commit e0bec69

Please sign in to comment.