]> granicus.if.org Git - python/commitdiff
remove useless assertion
authorBenjamin Peterson <benjamin@python.org>
Mon, 8 Jun 2009 22:18:32 +0000 (22:18 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 8 Jun 2009 22:18:32 +0000 (22:18 +0000)
Python/ast.c

index 271585f2e237d0fcf3e9324bc9006c7e2a70ad90..abad2d9f5f487083d3f9d91bb903e3122e784878 100644 (file)
@@ -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