summaryrefslogtreecommitdiff
path: root/bin/hashl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hashl')
-rwxr-xr-xbin/hashl3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/hashl b/bin/hashl
index 89c0219..3948821 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -165,13 +165,10 @@ sub process_file {
sub db_update {
my ($file, $path) = @_;
- my ($size, $mtime) = (stat($path))[7,9];
$hashl->add_file(
file => $file,
- mtime => $mtime,
path => $path,
- size => $size,
);
}