Skip to content

Commit 605f4bf

Browse files
authored
Delete orphaned comment (#29917)
(The function this described was deleted by PR #23743, the comment was accidentally retained.)
1 parent d15cdb2 commit 605f4bf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Python/compile.c

-5
Original file line numberDiff line numberDiff line change
@@ -5064,11 +5064,6 @@ compiler_visit_keyword(struct compiler *c, keyword_ty k)
50645064
return 1;
50655065
}
50665066

5067-
/* Test whether expression is constant. For constants, report
5068-
whether they are true or false.
5069-
5070-
Return values: 1 for true, 0 for false, -1 for non-constant.
5071-
*/
50725067

50735068
static int
50745069
compiler_with_except_finish(struct compiler *c, basicblock * cleanup) {

0 commit comments

Comments
 (0)