]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
a clarifying comment about a tool which is referred to
[ikiwiki.git] / IkiWiki.pm
index e8c0c7abc70450e78d35b5cd04576c70eb3f9a70..e260fffea7aad7802e673541533056ad6960a118 100644 (file)
@@ -1837,8 +1837,6 @@ sub pagespec_match_list ($$;@) {
        my $spec=shift;
        my @params=@_;
 
-       return @$pages if $spec eq '*'; # optimisation
-
        my $sub=pagespec_translate($spec);
        error "syntax error in pagespec \"$spec\""
                if $@ || ! defined $sub;