]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete orphaned comment (#29917)
authorGuido van Rossum <guido@python.org>
Sun, 5 Dec 2021 17:03:58 +0000 (09:03 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Dec 2021 17:03:58 +0000 (09:03 -0800)
(The function this described was deleted by PR #23743, the comment was accidentally retained.)

Python/compile.c

index 87de7baab4819e048b353a401755d051910e51b8..6138031833ac93483721d7fcf1f1e17b1fa4cc16 100644 (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) {