about summary refs log tree commit homepage
path: root/lib/PublicInbox/Hval.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-05 22:39:54 +0000
committerEric Wong <e@80x24.org>2016-07-06 07:12:45 +0000
commitc952a7208d9941495a9efbe83d0e4af866f05a64 (patch)
tree0a6e3fcb6d2baf248021eb8202fed70f14c7662c /lib/PublicInbox/Hval.pm
parent2fb6b0150b8a8fc49385d21d7fd1f8a1deff5ebf (diff)
downloadpublic-inbox-c952a7208d9941495a9efbe83d0e4af866f05a64.tar.gz
Exposing compressed Message-IDs in URLs was a mistake,
remove a remnant of it.
Diffstat (limited to 'lib/PublicInbox/Hval.pm')
-rw-r--r--lib/PublicInbox/Hval.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Hval.pm b/lib/PublicInbox/Hval.pm
index 9ba78097..652aef3d 100644
--- a/lib/PublicInbox/Hval.pm
+++ b/lib/PublicInbox/Hval.pm
@@ -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);
 }