Skip to content

Commit 3952286

Browse files
committed
docs: remove irrelevant comment
1 parent e920c22 commit 3952286

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/deduplicate_hardlinks.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,6 @@ fn complex_tree_with_shared_and_unique_files_without_deduplication() {
407407
.pipe(Bytes::new)
408408
};
409409

410-
// The following formula treat the first file as "real" and
411-
// the non-first file with the same inode as "fake" for ease
412-
// of reasoning.
413-
// It should still produce the same result as the proper
414-
// deduplication formula however.
415410
let expected_size: Bytes = [
416411
inode_size("."),
417412
inode_size("no-hardlinks"),

0 commit comments

Comments
 (0)