Remove unused sub from greylist tests

Not sure how long ago this fell out of use and neither is the author
This commit is contained in:
Jared Johnson 2015-01-22 23:44:52 -06:00
parent 846c77ee94
commit 63de50c808

View File

@ -279,14 +279,3 @@ sub rc {
return return_code($r) . ": $msg"; 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;
}