about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-09 03:18:31 +0000
committerEric Wong <e@80x24.org>2016-07-09 03:20:18 +0000
commitf0051b3faf6fee449c6796e32a988b9b8ba8fb66 (patch)
treed8f6e13ee0136bfc4ef8598a69649a9b1c6efbea /lib/PublicInbox/Feed.pm
parent8d479224468ad9c8053ed80cd3532b8d9343e653 (diff)
downloadpublic-inbox-f0051b3faf6fee449c6796e32a988b9b8ba8fb66.tar.gz
Reduce the size of hashes a bit and drops some unneeded hash
lookups for uncommon paths.
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 65adf373..3b0ae422 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -253,7 +253,6 @@ sub each_recent_blob {
 # private functions below
 sub get_feedopts {
         my ($ctx) = @_;
-        my $pi_config = $ctx->{pi_config};
         my $inbox = $ctx->{inbox};
         my $obj = $ctx->{-inbox};
         my %rv = ( description => $obj->description );