summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2021-12-04 14:20:28 -0800
committerGuido van Rossum <guido@python.org>2021-12-04 14:20:28 -0800
commit7a72b0d64004f91c552711a8630cd3db3464931c (patch)
tree14f13be5e2a93762745d420c9604e2f5f2814447
parentf42a06ba279c916fb67289e47f9bc60dc5dee4ee (diff)
downloadcpython-git-orphaned-comment.tar.gz
Delete orphaned commentorphaned-comment
(The function this described was deleted by PR #23743, the comment was accidentally retained.)
-rw-r--r--Python/compile.c5
1 files changed, 0 insertions, 5 deletions
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) {