[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: c/r-lintian-harness: Drop obsolete "always false"-check



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 1043cf1af54af473194005ea36728d59ecbebc90
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Jul 7 10:17:50 2017 +0000

    c/r-lintian-harness: Drop obsolete "always false"-check
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-lintian-harness.pm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/commands/reporting-lintian-harness.pm b/commands/reporting-lintian-harness.pm
index de6f015..4c15e93 100644
--- a/commands/reporting-lintian-harness.pm
+++ b/commands/reporting-lintian-harness.pm
@@ -160,10 +160,6 @@ sub harness_lintian {
 
     @worklist = find_backlog($LINTIAN_VERSION, $state);
 
-    # Sanity check for incremental mode.
-    die("Old Lintian log file $lintian_log not found!\n")
-      if ($OPT{'incremental-mode'} and not -f $lintian_log);
-
     # Always update the log if it exists, as we may have removed
     # some entries.
     if (-f $lintian_log) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: