diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-14 07:33:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-14 07:33:44 +0000 |
commit | 53c0e9711709d1e0430b8fbdd18702c195c8618d (patch) | |
tree | f675af88d3c132389168248b6a50b18c651fbbc2 | |
parent | bb44791bf38bf6dd0a24e50f9081f1cc1693ec67 (diff) |
removed unused variable
-rw-r--r-- | lib/ftp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |