]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed FtpStateData::rest_att because is not used anywhere
authorwessels <>
Tue, 17 Apr 2007 03:49:03 +0000 (03:49 +0000)
committerwessels <>
Tue, 17 Apr 2007 03:49:03 +0000 (03:49 +0000)
src/ftp.cc

index 7676854b3b966464b2f5c03a3525d6e962e4803d..3908174e70d6030a55881296fa063f06dfb8d912 100644 (file)
@@ -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;