From 1aae57230f3dbc11e28a0b1584cf8a4099018a2a Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 17 Apr 2007 03:49:03 +0000 Subject: [PATCH] Removed FtpStateData::rest_att because is not used anywhere --- src/ftp.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ftp.cc b/src/ftp.cc index 7676854b3b..3908174e70 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1,6 +1,6 @@ /* - * $Id: ftp.cc,v 1.411 2007/04/06 12:15:51 serassio Exp $ + * $Id: ftp.cc,v 1.412 2007/04/16 21:49:03 wessels Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -139,7 +139,6 @@ public: char *dirpath; int restart_offset; int restarted_offset; - int rest_att; char *proxy_host; size_t list_width; wordlist *cwd_message; -- 2.47.2