aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index f083388c6..4a6f07a71 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -1105,7 +1105,6 @@ CURLcode ftp_use_port(struct connectdata *conn)
enum ftpcommand { EPRT, LPRT, PORT, DONE } fcmd;
const char *mode[] = { "EPRT", "LPRT", "PORT", NULL };
- char **modep;
int rc;
int error;