From 63de50c8087984f65abbbd4cd6f7d9cea381f2ac Mon Sep 17 00:00:00 2001 From: Jared Johnson Date: Thu, 22 Jan 2015 23:44:52 -0600 Subject: [PATCH] Remove unused sub from greylist tests Not sure how long ago this fell out of use and neither is the author --- t/plugin_tests/greylisting | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/t/plugin_tests/greylisting b/t/plugin_tests/greylisting index 5572561..16d4af8 100644 --- a/t/plugin_tests/greylisting +++ b/t/plugin_tests/greylisting @@ -279,14 +279,3 @@ sub rc { return return_code($r) . ": $msg"; } -sub _reset_transaction { - my $self = shift; - - $self->qp->connection->relay_client(0); - $self->qp->transaction->notes('whitelistsender',0); - $self->connection->notes('whitelisthost',0); - $self->qp->transaction->notes('tls_enabled',0); - $self->{_args}{p0f} = undef; - $self->{_args}{geoip} = undef; -} -