aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c9
1 files changed, 0 insertions, 9 deletions
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 */