From a0dba4774164d0c5ea1d55aae4c8fa9c21e3b06d Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sat, 20 Apr 2013 20:14:07 -0400 Subject: [PATCH] dmarc: remove useless comment --- plugins/dmarc | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/dmarc b/plugins/dmarc index a664e72..c74776b 100644 --- a/plugins/dmarc +++ b/plugins/dmarc @@ -102,8 +102,6 @@ use warnings; use Qpsmtpd::Constants; -#use Socket qw(:DEFAULT :crlf); - sub init { my ($self, $qp) = (shift, shift); $self->{_args} = { @_ };