]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Hval.pm
www: allow including links to NNTP sites in HTML footer
[public-inbox.git] / lib / PublicInbox / Hval.pm
index 9ba780975cf2d5b1a5ca5188affbe3efa891acf2..652aef3daee55ab926e31262e0b722b1efbe568e 100644 (file)
@@ -31,7 +31,7 @@ sub new {
 }
 
 sub new_msgid {
-       my ($class, $msgid, $no_compress) = @_;
+       my ($class, $msgid) = @_;
        $msgid = mid_clean($msgid);
        $class->new($msgid, $msgid);
 }