Skip to content

Commit 687d328

Browse files
committed
rustc: Trivial cleanup: Remove unused "arity" tag
1 parent d08f3a1 commit 687d328

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/comp/middle/trans.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ type glue_fns = rec(ValueRef activate_glue,
5959
ValueRef memcpy_glue,
6060
ValueRef bzero_glue);
6161

62-
tag arity { nullary; n_ary; }
6362
type tag_info = rec(type_handle th, mutable uint size);
6463

6564
state type crate_ctxt = rec(session.session sess,

0 commit comments

Comments
 (0)