summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-18 03:11:30 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-18 03:11:30 +0200
commit21df787c85539e149fdcf98155e37d0237105b64 (patch)
treec44c46551c87cfa195546b274775d8449cd70666 /bin
parent8b12cdc391d6cfedf45b780e37263711aa448a87 (diff)
App::Hashl documentation
Diffstat (limited to 'bin')
-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,
);
}