From bc977a8b97d4975922f5ecc81a7393a8cf6cfe6d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 9 Oct 1996 18:29:14 +0000 Subject: Removed all pretentions to RPOP support. svn path=/trunk/; revision=273 --- driver.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index ad8bb016..ca6a1bbc 100644 --- a/driver.c +++ b/driver.c @@ -505,10 +505,6 @@ struct method *proto; char buf [POPBUFSIZE+1], host[HOSTLEN+1]; int socket; void (*sigsave)(); - -#ifdef HAVE_RRESVPORT_H - int privport = -1; -#endif /* HAVE_RRESVPORT_H */ int num, count, deletions = 0; alarmed = 0; @@ -685,11 +681,6 @@ cleanUp: close(socket); } -#ifdef HAVE_RRESVPORT_H - if (privport != -1) - close(privport); /* no big deal if this fails */ -#endif /* HAVE_RRESVPORT_H */ - closeUp: if (mboxfd != -1) { -- cgit v1.2.3