Remove variables no longer used.

This commit is contained in:
yar 2002-08-27 09:05:03 +00:00
parent 9841ff7102
commit 906476b28e

View File

@ -695,7 +695,7 @@ inithosts(void)
hrp->next = NULL; hrp->next = NULL;
thishost = firsthost = lhrp = hrp; thishost = firsthost = lhrp = hrp;
if ((fp = fopen(_PATH_FTPHOSTS, "r")) != NULL) { if ((fp = fopen(_PATH_FTPHOSTS, "r")) != NULL) {
int addrsize, error, gothost; int addrsize, gothost;
void *addr; void *addr;
struct hostent *hp; struct hostent *hp;
@ -1616,7 +1616,6 @@ store(char *name, char *mode, int unique)
{ {
int fd; int fd;
FILE *fout, *din; FILE *fout, *din;
struct stat st;
int (*closefunc)(FILE *); int (*closefunc)(FILE *);
if (*mode == 'a') { /* APPE */ if (*mode == 'a') { /* APPE */