From 7a72b0d64004f91c552711a8630cd3db3464931c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 4 Dec 2021 14:20:28 -0800 Subject: Delete orphaned comment (The function this described was deleted by PR #23743, the comment was accidentally retained.) --- Python/compile.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Python') diff --git a/Python/compile.c b/Python/compile.c index 87de7baab4..6138031833 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -5064,11 +5064,6 @@ compiler_visit_keyword(struct compiler *c, keyword_ty k) return 1; } -/* Test whether expression is constant. For constants, report - whether they are true or false. - - Return values: 1 for true, 0 for false, -1 for non-constant. - */ static int compiler_with_except_finish(struct compiler *c, basicblock * cleanup) { -- cgit v1.2.1