summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki3
1 files changed, 0 insertions, 3 deletions
diff --git a/ikiwiki b/ikiwiki
index b59aa8c8f..7f6480e0c 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -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();