Commit 3f358469 authored by Benjamin Peterson's avatar Benjamin Peterson

kill this disabled code

parent bc4665eb
...@@ -666,12 +666,6 @@ ast_for_arg(struct compiling *c, const node *n) ...@@ -666,12 +666,6 @@ ast_for_arg(struct compiling *c, const node *n)
} }
return arg(name, annotation, c->c_arena); 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 /* returns -1 if failed to handle keyword only arguments
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment