From 8ea4ded9a69ace6f8520615f770308fcdb485bbb Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 8 Jun 2009 22:18:32 +0000 Subject: [PATCH] remove useless assertion --- Python/ast.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/ast.c b/Python/ast.c index 271585f2e23..abad2d9f5f4 100644 --- a/Python/ast.c +++ b/Python/ast.c @@ -3130,7 +3130,6 @@ ast_for_stmt(struct compiling *c, const node *n) n = CHILD(n, 0); } if (TYPE(n) == small_stmt) { - REQ(n, small_stmt); n = CHILD(n, 0); /* small_stmt: expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt | import_stmt | global_stmt | exec_stmt