diff options
author | Joey Hess <joey@kitenet.net> | 2010-08-30 17:38:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-30 17:38:00 -0400 |
commit | 8135d2a9ebc8090452a5b2841a1146ba52880a65 (patch) | |
tree | 73ce68c0e17e94479906c56cc4d88b1f55b9cbe4 /IkiWiki/Plugin | |
parent | 1ef1e2d7de2ea5d510d6822186963fe3d47ca5c3 (diff) | |
download | ikiwiki-8135d2a9ebc8090452a5b2841a1146ba52880a65.tar ikiwiki-8135d2a9ebc8090452a5b2841a1146ba52880a65.tar.gz |
remove dead code
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/httpauth.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/IkiWiki/Plugin/httpauth.pm b/IkiWiki/Plugin/httpauth.pm index 478f67446..868862f4f 100644 --- a/IkiWiki/Plugin/httpauth.pm +++ b/IkiWiki/Plugin/httpauth.pm @@ -78,13 +78,6 @@ sub formbuilder_setup (@) { } } -sub test_httpauth_pagespec ($) { - my $page=shift; - - return ( - ); -} - sub canedit ($$$) { my $page=shift; my $cgi=shift; |