Skip to content

Commit 375d9c2

Browse files
committed
chore: remove unused methods
1 parent 8ed38dc commit 375d9c2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/magic_string/mod.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,6 @@ impl<'text> MagicString<'text> {
281281
Some(&mut self.chunks[*idx])
282282
}
283283
}
284-
285-
fn last_chunk(&self) -> &Chunk<'text> {
286-
&self.chunks[self.last_chunk_idx]
287-
}
288-
289-
fn first_chunk(&self) -> &Chunk<'text> {
290-
&self.chunks[self.first_chunk_idx]
291-
}
292284
}
293285

294286
struct ChunkIter<'a> {

0 commit comments

Comments
 (0)