remove duplicate statement
This commit is contained in:
parent
bf416e7daf
commit
3b26bb9022
1 changed files with 0 additions and 4 deletions
|
@ -32,10 +32,6 @@ pub fn replace_bound_regions_in_fn_sig(
|
||||||
{
|
{
|
||||||
let mut all_tys = ty::tys_in_fn_sig(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) }
|
for &t in opt_self_ty.iter() { all_tys.push(t) }
|
||||||
|
|
||||||
debug2!("replace_bound_regions_in_fn_sig(self_ty={:?}, fn_sig={}, \
|
debug2!("replace_bound_regions_in_fn_sig(self_ty={:?}, fn_sig={}, \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue