Merge pull request #200 from jaredj/greylist-test-cruft

Remove unused sub from greylist tests
This commit is contained in:
Matt Simerson 2015-01-22 21:47:51 -08:00
commit 012866ef97

View File

@ -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;
}