diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-26 08:52:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-26 08:52:18 +0000 |
commit | 2459e1e268ab5f989a8d8b4cbd17aea1b0b0e91d (patch) | |
tree | 0fff42236648540b6563a7a98033fe50c32904a6 /lib | |
parent | a34a4af36af3497a5784660d25efd55814479d55 (diff) |
removed no longer used variable
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ftp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |