Skip to content

Commit c247664

Browse files
committed
Remove line the main-branch commit removed
1 parent 0d48019 commit c247664

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Parser/pegen.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ expr_ty _PyPegen_soft_keyword_token(Parser *p) {
611611
for (char **keyword = p->soft_keywords; *keyword != NULL; keyword++) {
612612
if (strlen(*keyword) == (size_t)size &&
613613
strncmp(*keyword, the_token, (size_t)size) == 0) {
614-
if (strncmp(*keyword, the_token, size) == 0) {
615614
return _PyPegen_name_from_token(p, t);
616615
}
617616
}

0 commit comments

Comments
 (0)