From 994c4dcce79c7996a20db3816ccf5f6a68de675c Mon Sep 17 00:00:00 2001 From: Ander Juaristi Date: Sun, 13 Dec 2015 16:06:53 +0100 Subject: [PATCH] Remove unused variable in ftp code * src/ftp.c (getftp): fix compiler warning for unused variable. --- src/ftp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ftp.c b/src/ftp.c index 002842ea..cc90c3d2 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -322,7 +322,6 @@ getftp (struct url *u, wgint passed_expected_bytes, wgint *qtyread, int csock, dtsock, local_sock, res; uerr_t err = RETROK; /* appease the compiler */ FILE *fp = NULL; - struct_fstat st; char *respline, *tms; const char *user, *passwd, *tmrate; int cmd = con->cmd;