Remove unused parameter.
This commit is contained in:
parent
bacb4db48c
commit
0d41f9145c
3 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue