merge 3.2

This commit is contained in:
Benjamin Peterson 2012-03-12 11:16:03 -07:00
commit 518cf94ad7
1 changed files with 0 additions and 6 deletions

View File

@ -1174,12 +1174,6 @@ ast_for_arg(struct compiling *c, const node *n)
}
return arg(name, annotation, c->c_arena);
#if 0
result = Tuple(args, Store, LINENO(n), n->n_col_offset, c->c_arena);
if (!set_context(c, result, Store, n))
return NULL;
return result;
#endif
}
/* returns -1 if failed to handle keyword only arguments