From fb3f0b4604e33b94735fc0bd58dcf6a0305c836b Mon Sep 17 00:00:00 2001 From: Robert Spier Date: Tue, 7 Sep 2004 15:08:26 +0000 Subject: [PATCH] Matt says wipe it! git-svn-id: https://svn.perl.org/qpsmtpd/trunk@311 958fd67b-6ff1-0310-b445-bb7760255be9 --- lib/Qpsmtpd/SMTP.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Qpsmtpd/SMTP.pm b/lib/Qpsmtpd/SMTP.pm index b4a27cb..1f4f2d0 100644 --- a/lib/Qpsmtpd/SMTP.pm +++ b/lib/Qpsmtpd/SMTP.pm @@ -34,9 +34,6 @@ sub new { # this list of valid commands should probably be a method or a set of methods $self->{_commands} = \%commands; - # TCPServer handles plugin loader - #$self->load_plugins; - $self; }