Skip to content

Commit

Permalink
Remove unused parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Aug 8, 2022
1 parent bacb4db commit 0d41f91
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion compiler/rustc_metadata/src/rmeta/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,6 @@ impl<'a, 'tcx> CrateMetadataRef<'a> {
non_narrow_chars,
normalized_pos,
start_pos,
end_pos,
source_file_index,
);
debug!(
Expand Down
1 change: 0 additions & 1 deletion compiler/rustc_span/src/source_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ impl SourceMap {
mut file_local_non_narrow_chars: Vec<NonNarrowChar>,
mut file_local_normalized_pos: Vec<NormalizedPos>,
original_start_pos: BytePos,
_original_end_pos: BytePos,
metadata_index: u32,
) -> Lrc<SourceFile> {
let start_pos = self
Expand Down
1 change: 0 additions & 1 deletion compiler/rustc_span/src/source_map/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ fn t10() {
non_narrow_chars,
normalized_pos,
start_pos,
end_pos,
0,
);

Expand Down

0 comments on commit 0d41f91

Please sign in to comment.