aboutsummaryrefslogtreecommitdiff
path: root/src/comp
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-02-28 18:26:14 -0800
committerPatrick Walton <[email protected]>2011-02-28 18:27:50 -0800
commit687d328d7cf3fdec84ab4f07f86262dc5001738a (patch)
treea14d7ead9f3d3d5f5787323ceceeb740b3fb496d /src/comp
parentMore complete sketch of structural compare. Still not quite working. (diff)
downloadrust-687d328d7cf3fdec84ab4f07f86262dc5001738a.tar.xz
rust-687d328d7cf3fdec84ab4f07f86262dc5001738a.zip
rustc: Trivial cleanup: Remove unused "arity" tag
Diffstat (limited to 'src/comp')
-rw-r--r--src/comp/middle/trans.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs
index 8dc4efb7..de3f99ba 100644
--- a/src/comp/middle/trans.rs
+++ b/src/comp/middle/trans.rs
@@ -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,