diff options
author | Guido van Rossum <guido@python.org> | 2021-12-04 14:20:28 -0800 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2021-12-04 14:20:28 -0800 |
commit | 7a72b0d64004f91c552711a8630cd3db3464931c (patch) | |
tree | 14f13be5e2a93762745d420c9604e2f5f2814447 /Python | |
parent | f42a06ba279c916fb67289e47f9bc60dc5dee4ee (diff) | |
download | cpython-git-orphaned-comment.tar.gz |
Delete orphaned commentorphaned-comment
(The function this described was deleted by PR #23743, the comment was accidentally retained.)
Diffstat (limited to 'Python')
-rw-r--r-- | Python/compile.c | 5 |
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) { |