remove unnecessary returns
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 26 Jan 2009 18:51:31 +0000 (13:51 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 26 Jan 2009 18:55:32 +0000 (13:55 -0500)
commit73f0011836e992c74bd7ac71fae2d149844855ad
tree52ea288bd8f92274cb42959f96b04cb3c2987649
parent53be24789e0081f948ba719448989f6a12d03b30
remove unnecessary returns

check_canremove/canrename is called only for its side effect (of failing if
removal is not allowed), its return value is never used and returning
something makes that unclear
IkiWiki/Plugin/remove.pm