Skip to content

Commit

Permalink
remove duplicate statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Oct 6, 2013
1 parent bf416e7 commit 3b26bb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/librustc/middle/typeck/check/regionmanip.rs
Expand Up @@ -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={}, \
Expand Down

5 comments on commit 3b26bb9

@bors
Copy link
Contributor

@bors bors commented on 3b26bb9 Oct 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at dwrensha@3b26bb9

@bors
Copy link
Contributor

@bors bors commented on 3b26bb9 Oct 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging dwrensha/rust/regionmanip-cleanup = 3b26bb9 into auto

@bors
Copy link
Contributor

@bors bors commented on 3b26bb9 Oct 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dwrensha/rust/regionmanip-cleanup = 3b26bb9 merged ok, testing candidate = 0114ab6

@bors
Copy link
Contributor

@bors bors commented on 3b26bb9 Oct 6, 2013

@bors
Copy link
Contributor

@bors bors commented on 3b26bb9 Oct 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 0114ab6

Please sign in to comment.