From 838955aba445f29b7990c7be97c505b6cbe86057 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 May 2009 13:13:01 -0400 Subject: [PATCH 1/1] remove pagespec_match_list override for external Not needed since it returns a list of pages, not a fail/success object. --- IkiWiki/Plugin/external.pm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/IkiWiki/Plugin/external.pm b/IkiWiki/Plugin/external.pm index 57a72eb68..0d292dfc2 100644 --- a/IkiWiki/Plugin/external.pm +++ b/IkiWiki/Plugin/external.pm @@ -239,14 +239,4 @@ sub pagespec_match ($@) { $page, $spec, @_)); } -sub pagespec_match_list ($@) { - # convert return object into a XML RPC boolean - my $plugin=shift; - my $pages=shift; - my $spec=shift; - - return RPC::XML::boolean->new(0 + IkiWiki::pagespec_match_list( - $pages, $spec, @_)); -} - 1 -- 2.44.0