Remove an unintentionally commited subroutine

This commit is contained in:
Jared Johnson 2014-09-13 22:34:52 -05:00
parent fb8f582055
commit cda40f970b

View File

@ -161,8 +161,3 @@ sub __config {
is( $sender->config($_->{pref}), $_->{expected}, $_->{descr} );
}
}
sub fake_hook {
my ( $r ) = @_;
return @$r ? [{ name => 'test hook', code => sub { return @{ $_->{result} }} }] : undef;
}