aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2002-08-27 09:05:03 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2002-08-27 09:05:03 +0000
commitec009cf024b72994c75399dd44889d941b2f5362 (patch)
tree8c290df7c64aafb39d02801f3e73603706a43a75 /libexec
parentf2fe752d6bd56f5f05f015d84c56104a42687f96 (diff)
downloadsrc-ec009cf024b72994c75399dd44889d941b2f5362.tar.gz
src-ec009cf024b72994c75399dd44889d941b2f5362.zip
Remove variables no longer used.
Notes
Notes: svn path=/head/; revision=102474
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/ftpd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 9e169d4cdfd9..12bbfd9cb42f 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -695,7 +695,7 @@ inithosts(void)
hrp->next = NULL;
thishost = firsthost = lhrp = hrp;
if ((fp = fopen(_PATH_FTPHOSTS, "r")) != NULL) {
- int addrsize, error, gothost;
+ int addrsize, gothost;
void *addr;
struct hostent *hp;
@@ -1616,7 +1616,6 @@ store(char *name, char *mode, int unique)
{
int fd;
FILE *fout, *din;
- struct stat st;
int (*closefunc)(FILE *);
if (*mode == 'a') { /* APPE */