Remove obsolete comment

This commit is contained in:
Tim Chevalier 2012-10-11 16:44:13 -07:00
parent 7509a3d75b
commit 915897b3df

View file

@ -119,8 +119,6 @@ fn bound_region_to_str(cx: ctxt, br: bound_region) -> ~str {
if cx.sess.verbose() {fmt!("&%u", idx)} else {~"&"}
}
// FIXME(#3011) -- even if this arm is removed, exhaustiveness checking
// does not fail
br_cap_avoid(id, br) => {
if cx.sess.verbose() {
fmt!("br_cap_avoid(%?, %s)", id, bound_region_to_str(cx, *br))