Remove unused parameter.
This commit is contained in:
parent
bacb4db48c
commit
0d41f9145c
3 changed files with 0 additions and 3 deletions
|
@ -1581,7 +1581,6 @@ impl<'a, 'tcx> CrateMetadataRef<'a> {
|
|||
non_narrow_chars,
|
||||
normalized_pos,
|
||||
start_pos,
|
||||
end_pos,
|
||||
source_file_index,
|
||||
);
|
||||
debug!(
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -251,7 +251,6 @@ fn t10() {
|
|||
non_narrow_chars,
|
||||
normalized_pos,
|
||||
start_pos,
|
||||
end_pos,
|
||||
0,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue