mirror of
https://github.com/curl/curl.git
synced 2026-07-23 12:17:15 +03:00
removed no longer used variable
This commit is contained in:
parent
a34a4af36a
commit
2459e1e268
1 changed files with 0 additions and 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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue