removed unused variable
authorDaniel Stenberg <daniel@haxx.se>
Sun, 14 Apr 2002 07:33:44 +0000 (07:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 Apr 2002 07:33:44 +0000 (07:33 +0000)
lib/ftp.c

index 52881c0..f5117f1 100644 (file)
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -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);