[Python-checkins] cpython (3.2): kill this disabled code
benjamin.peterson
python-checkins at python.org
Mon Mar 12 19:18:58 CET 2012
http://hg.python.org/cpython/rev/5fe780c9638a
changeset: 75545:5fe780c9638a
branch: 3.2
parent: 75543:fe0b2681a42f
user: Benjamin Peterson <benjamin at python.org>
date: Mon Mar 12 11:15:48 2012 -0700
summary:
kill this disabled code
files:
Python/ast.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/Python/ast.c b/Python/ast.c
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -666,12 +666,6 @@
}
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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list