From ddd0e2aa854c23ecdaf6e620f7fc38a81effbd1b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 14 Sep 1997 20:14:54 +0000 Subject: Simplify the length handling. svn path=/trunk/; revision=1339 --- pop2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 170c07ac..b1ba8dfe 100644 --- a/pop2.c +++ b/pop2.c @@ -120,7 +120,6 @@ const static struct method pop2 = 109, /* standard POP2 port */ FALSE, /* this is not a tagged protocol */ FALSE, /* does not use message delimiter */ - FALSE, /* no getsizes method */ pop2_ok, /* parse command response */ pop2_getauth, /* get authorization */ pop2_getrange, /* query range of messages */ -- cgit v1.2.3