Delete orphaned comment (#29917)

(The function this described was deleted by PR #23743, the comment was accidentally retained.)
This commit is contained in:
Guido van Rossum 2021-12-05 09:03:58 -08:00 committed by GitHub
parent d15cdb2f32
commit 605f4bf783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {