removed unused variable

This commit is contained in:
Daniel Stenberg 2002-04-14 07:33:44 +00:00
parent bb44791bf3
commit 53c0e97117
1 changed files with 0 additions and 1 deletions

View File

@ -2077,7 +2077,6 @@ CURLcode Curl_ftpsendf(struct connectdata *conn,
ssize_t write_len;
char *sptr=s;
CURLcode res = CURLE_OK;
size_t len;
va_list ap;
va_start(ap, fmt);