From 712c64c4661f8073e464c014c759ceb7f94bc659 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 02:34:08 +0200 Subject: db_ignore: $hashl->ignore removes a file from the db, no need to check for that --- bin/hashl | 4 ---- 1 file changed, 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); } -- cgit v1.2.3