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

[SCM] Debian package checker branch, master, updated. 2.0.0-13-g0094324



The following commit has been merged in the master branch:
commit 36415a2007dd7b2b74f3f26261a1b9cd0b17175a
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Sun Sep 28 11:59:04 2008 +0200

    Tags::get_tag_code: Remove unused parameter

diff --git a/lib/Tags.pm b/lib/Tags.pm
index 68723ba..786674e 100644
--- a/lib/Tags.pm
+++ b/lib/Tags.pm
@@ -207,7 +207,7 @@ sub get_tag_info {
 
 # Returns the E|W|I code for a given tag.
 sub get_tag_code {
-    my ( $tag_info, $map ) = @_;
+    my ( $tag_info ) = @_;
     return $codes{$tag_info->{severity}}{$tag_info->{certainty}};
 }
 

-- 
Debian package checker


Reply to: