]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WWW.pm
inbox: drop memoization/preload, cleanup expires caches
[public-inbox.git] / lib / PublicInbox / WWW.pm
index a7c961f4982a962c43071035660c90ed3a697d0a..5e83f76915d5f1e0b2bcf1f3afafe09eb3c50af6 100644 (file)
@@ -173,18 +173,9 @@ sub preload {
                $self->cgit;
                $self->stylesheets_prepare($_) for ('', '../', '../../');
                $self->news_www;
-               $pi_cfg->each_inbox(\&preload_inbox);
        }
 }
 
-sub preload_inbox {
-       my $ibx = shift;
-       $ibx->altid_map;
-       $ibx->cloneurl;
-       $ibx->description;
-       $ibx->base_url;
-}
-
 # private functions below
 
 sub r404 {