auto merge of #9729 : dwrensha/rust/regionmanip-cleanup, r=catamorphism

This commit is contained in:
bors 2013-10-05 19:56:32 -07:00
commit 0114ab631d

View file

@ -32,10 +32,6 @@ pub fn replace_bound_regions_in_fn_sig(
{
let mut all_tys = ty::tys_in_fn_sig(fn_sig);
for &self_ty in opt_self_ty.iter() {
all_tys.push(self_ty);
}
for &t in opt_self_ty.iter() { all_tys.push(t) }
debug2!("replace_bound_regions_in_fn_sig(self_ty={:?}, fn_sig={}, \