]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
kill this disabled code
authorBenjamin Peterson <benjamin@python.org>
Mon, 12 Mar 2012 18:15:48 +0000 (11:15 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 12 Mar 2012 18:15:48 +0000 (11:15 -0700)
Python/ast.c

index d67107c529783f37ad67c0f0142e069dad050e5b..6faf5b21a6ebba9c964ff631ca15da761f07533e 100644 (file)
@@ -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