Skip to content

Commit 2541378

Browse files
committed
Remove obsolete comment
1 parent 8ba513c commit 2541378

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gix-blame/src/file/function.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ pub fn file(
128128
continue 'outer;
129129
};
130130

131-
// We know `first_hunk_for_suspect` can’t be `None` here because we check `is_some()`
132-
// above.
133131
let current_file_path = first_hunk_for_suspect
134132
.source_file_name
135133
.clone()

0 commit comments

Comments
 (0)