1
Fork 0

Remove unused parameter.

This commit is contained in:
Camille GILLOT 2022-08-08 21:12:04 +02:00
parent bacb4db48c
commit 0d41f9145c
3 changed files with 0 additions and 3 deletions

View file

@ -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

View file

@ -251,7 +251,6 @@ fn t10() {
non_narrow_chars,
normalized_pos,
start_pos,
end_pos,
0,
);