Skip to content

Commit 03541f1

Browse files
committed
Remove unused function
1 parent 4c68342 commit 03541f1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

gix-blame/src/file/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -418,13 +418,6 @@ impl UnblamedHunk {
418418
}
419419
}
420420

421-
/// This is like [`Self::clone_blame()`], but easier to use in places
422-
/// where the cloning is done 'inline'.
423-
fn cloned_blame(mut self, from: ObjectId, to: ObjectId) -> Self {
424-
self.clone_blame(from, to);
425-
self
426-
}
427-
428421
fn clone_blame(&mut self, from: ObjectId, to: ObjectId) {
429422
if let Some(range_in_suspect) = self.suspects.get(&from) {
430423
self.suspects.insert(to, range_in_suspect.clone());

0 commit comments

Comments
 (0)