rustc: Trivial cleanup: Remove unused "arity" tag
This commit is contained in:
parent
d08f3a1c70
commit
687d328d7c
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ type glue_fns = rec(ValueRef activate_glue,
|
|||
ValueRef memcpy_glue,
|
||||
ValueRef bzero_glue);
|
||||
|
||||
tag arity { nullary; n_ary; }
|
||||
type tag_info = rec(type_handle th, mutable uint size);
|
||||
|
||||
state type crate_ctxt = rec(session.session sess,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue