The following commit has been merged in the master branch:
commit 36415a2007dd7b2b74f3f26261a1b9cd0b17175a
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to