From 55283284757af5f5d8f63fd17d53340e4dea34fb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 20 Sep 2019 19:42:24 +0000 Subject: feed: remove unused $cmt->{-html_url} field It was never used, and will not be needed. --- lib/PublicInbox/Feed.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index da230525..6d659759 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -31,9 +31,6 @@ sub generate_thread_atom { my $msgs = $ibx->over->get_thread($mid); return _no_thread() unless @$msgs; - my $html_url = $ibx->base_url($ctx->{env}); - $html_url .= PublicInbox::Hval->new_msgid($mid)->{href}; - $ctx->{-html_url} = $html_url; PublicInbox::WwwAtomStream->response($ctx, 200, sub { while (my $smsg = shift @$msgs) { $ibx->smsg_mime($smsg) and return $smsg; -- cgit v1.2.3-24-ge0c7