Skip to content

Commit

Permalink
Remove unused check
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Feb 27, 2021
1 parent bfe0691 commit 1cd23bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/rustc_parse/src/parser/attr_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ impl CreateTokenStream for LazyTokenStreamImpl {
range,
new_tokens
);
if self.start_calls > range.start {
continue;
}

let range_start = range.start - self.start_calls;
let range_end = range.end - self.start_calls;
Expand Down

0 comments on commit 1cd23bd

Please sign in to comment.