From: Benjamin Peterson Date: Mon, 12 Mar 2012 18:15:48 +0000 (-0700) Subject: kill this disabled code X-Git-Tag: v3.3.0a2~234^2~12^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f3584695e007905d2834a49e4bc21fcc6bc55e7;p=thirdparty%2FPython%2Fcpython.git kill this disabled code --- diff --git a/Python/ast.c b/Python/ast.c index d67107c52978..6faf5b21a6eb 100644 --- a/Python/ast.c +++ b/Python/ast.c @@ -666,12 +666,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