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

[lintian] 01/02: c/lintian: Remove redundant fallback



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

nthykier pushed a commit to branch master
in repository lintian.

commit 9bfe0ecacab312e7e98a54063f3fa33ae9754316
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Feb 4 19:44:32 2016 +0000

    c/lintian: Remove redundant fallback
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/lintian | 2 --
 1 file changed, 2 deletions(-)

diff --git a/commands/lintian b/commands/lintian
index 9a42931..a1e5cae 100755
--- a/commands/lintian
+++ b/commands/lintian
@@ -167,8 +167,6 @@ sub lintian_version {
         open(my $fd, '-|', $DPLINT, '--print-version');
         chomp($LINTIAN_VERSION = <$fd>);
         close($fd);
-        # Use a placeholder if we cannot determine our version.
-        $LINTIAN_VERSION //= '<VERSION>';
     }
     return $LINTIAN_VERSION;
 }

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


Reply to: