From 45fa6631f675abd76759238ce665ce960fdcbf5f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 29 Oct 1996 16:51:50 +0000 Subject: smtp_close isn't used any more. svn path=/trunk/; revision=419 --- driver.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index f4f3b110..7e72347d 100644 --- a/driver.c +++ b/driver.c @@ -1019,15 +1019,6 @@ closeUp: return(ok); } -void smtp_close(mboxfd) -/* close the current SMTP connection */ -int mboxfd; -{ - if (mboxfd != -1) - { - close(mboxfd); - } -} #if defined(HAVE_STDARG_H) void gen_send(int socket, char *fmt, ... ) /* assemble command in printf(3) style and send to the server */ -- cgit v1.2.3