From 3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 15 May 1997 16:09:24 +0000 Subject: -Wall cleanup. svn path=/trunk/; revision=1011 --- smtp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'smtp.c') diff --git a/smtp.c b/smtp.c index 1608a63a..867db2c8 100644 --- a/smtp.c +++ b/smtp.c @@ -48,7 +48,6 @@ int SMTP_helo(int sock,char *host) int SMTP_ehlo(int sock, char *host, int *opt) /* send a "EHLO" message to the SMTP listener, return extension status bits */ { - int ok; struct opt *hp; SockPrintf(sock,"EHLO %s\r\n", host); @@ -84,7 +83,6 @@ int SMTP_from(int sock, char *from, char *opts) /* send a "MAIL FROM:" message to the SMTP listener */ { int ok; - struct opt *hp; char buf[MSGBUFSIZE]; sprintf(buf, "MAIL FROM:<%s>", from); -- cgit v1.2.3