aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckem3
1 files changed, 1 insertions, 2 deletions
diff --git a/checkem b/checkem
index 343743f..d8c03c7 100755
--- a/checkem
+++ b/checkem
@@ -106,8 +106,7 @@ SIZE: for my $fs ( grep { @{$_} > 1 } values %sizes ) {
$inos{$dev}{$ino} = $f;
}
- # Files still the same size and not hard linked, group by digest;
- # create the digest object if it isn't already defined
+ # Files still the same size and not hard linked, group by digest
if ( open my $fh, '<', $f->{name} ) {
binmode $fh;
$dig->addfile($fh);