diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 02:34:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-18 02:34:08 +0200 |
commit | 712c64c4661f8073e464c014c759ceb7f94bc659 (patch) | |
tree | 4ef54955a7e0575bcf99d0051ce967d2fabafb7e /bin | |
parent | c708681021c7832a231b199e0e15159b8d75f3d0 (diff) |
db_ignore: $hashl->ignore removes a file from the db, no need to check for that
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hashl | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -173,10 +173,6 @@ sub db_update { sub db_ignore { my ($file, $path) = @_; - if ($hashl->file_in_db($path)) { - return; - } - $hashl->ignore($path); } |