summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-06-16 01:13:33 (GMT)
committerGitHub <noreply@github.com>2020-06-16 01:13:33 (GMT)
commite0bec69854ff17b1a6db9bc01db8c002761bb7a8 (patch)
treebda5ca6deba1361fbd4b087b120a8db4a85d01a5 /Parser
parentde4304dad8e035dbbb57d653e685312eead816df (diff)
downloadcpython-e0bec69854ff17b1a6db9bc01db8c002761bb7a8.zip
cpython-e0bec69854ff17b1a6db9bc01db8c002761bb7a8.tar.gz
cpython-e0bec69854ff17b1a6db9bc01db8c002761bb7a8.tar.bz2
Remove old comment in string_parser.c (GH-20906)
Diffstat (limited to 'Parser')
-rw-r--r--Parser/string_parser.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Parser/string_parser.c b/Parser/string_parser.c
index 7d50e43..f8e2427 100644
--- a/Parser/string_parser.c
+++ b/Parser/string_parser.c
@@ -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)
{