mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
kill this disabled code
This commit is contained in:
parent
bc4665ebcb
commit
3f3584695e
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue