diff options
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7,7 +7,6 @@ use lib '.'; # For use without installation, removed by Makefile. package IkiWiki; use warnings; use strict; -use Memoize; use File::Spec; use HTML::Template; @@ -426,8 +425,6 @@ sub globlist_match ($$) { #{{{ } #}}} # main {{{ -memoize('pagename'); -memoize('bestlink'); if ($config{setup}) { require IkiWiki::Setup; setup(); |