aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-29 16:51:50 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-29 16:51:50 +0000
commit45fa6631f675abd76759238ce665ce960fdcbf5f (patch)
tree474e98c1aa1730e92839a22d7f7c82543b609911 /driver.c
parent8418a50671c8edb25514c4ed87b18b4515941107 (diff)
downloadfetchmail-45fa6631f675abd76759238ce665ce960fdcbf5f.tar.gz
fetchmail-45fa6631f675abd76759238ce665ce960fdcbf5f.tar.bz2
fetchmail-45fa6631f675abd76759238ce665ce960fdcbf5f.zip
smtp_close isn't used any more.
svn path=/trunk/; revision=419
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 */