aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-26 08:52:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-26 08:52:18 +0000
commit2459e1e268ab5f989a8d8b4cbd17aea1b0b0e91d (patch)
tree0fff42236648540b6563a7a98033fe50c32904a6
parenta34a4af36af3497a5784660d25efd55814479d55 (diff)
removed no longer used variable
-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;