summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-18 02:34:08 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-18 02:34:08 +0200
commit712c64c4661f8073e464c014c759ceb7f94bc659 (patch)
tree4ef54955a7e0575bcf99d0051ce967d2fabafb7e
parentc708681021c7832a231b199e0e15159b8d75f3d0 (diff)
db_ignore: $hashl->ignore removes a file from the db, no need to check for that
-rwxr-xr-xbin/hashl4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/hashl b/bin/hashl
index 4877e87..344dd9d 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -173,10 +173,6 @@ sub db_update {
sub db_ignore {
my ($file, $path) = @_;
- if ($hashl->file_in_db($path)) {
- return;
- }
-
$hashl->ignore($path);
}