remove useless assertion

This commit is contained in:
Benjamin Peterson 2009-06-08 22:18:32 +00:00
parent 450d561028
commit 8ea4ded9a6
1 changed files with 0 additions and 1 deletions

View 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