aboutsummaryrefslogtreecommitdiff
path: root/frontend/trans.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/trans.icl')
-rw-r--r--frontend/trans.icl6
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/trans.icl b/frontend/trans.icl
index c536762..d55413c 100644
--- a/frontend/trans.icl
+++ b/frontend/trans.icl
@@ -1241,12 +1241,6 @@ coercionsToAttrEnv attr_vars {coer_demanded, coer_offered}
, ur_attr_ineqs :: ![AttrCoercion]
}
-// XXX unused!
-instance == AttributeVar
-where
- (==) av1 av2 = av1.av_info_ptr==av2.av_info_ptr
-
-
readableCoercions {coer_demanded}
= [ (i, readable coer_demanded.[i]) \\ i<-[0..size coer_demanded - 1] ]
where