aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c9
1 files changed, 0 insertions, 9 deletions
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)
{