]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Feed.pm
www: cleanup parameter passing
[public-inbox.git] / lib / PublicInbox / Feed.pm
index 65adf373a7400d42b63e1acd85f951db1d0b2298..3b0ae42263c9dda20b46fec1d674e967430370eb 100644 (file)
@@ -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 );