diff options
-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 87de7ba..6138031 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) { |