]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Forgot to remove some variables
authorhno <>
Sat, 6 Jan 2001 18:46:43 +0000 (18:46 +0000)
committerhno <>
Sat, 6 Jan 2001 18:46:43 +0000 (18:46 +0000)
src/ftp.cc

index 7e19196cdaf41e1d2e2a23b3b3c4c78cd7183c73..6b9674693e0ded09a3122c85874680698debf506 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ftp.cc,v 1.302 2001/01/05 20:40:52 hno Exp $
+ * $Id: ftp.cc,v 1.303 2001/01/06 11:46:43 hno Exp $
  *
  * DEBUG: section 9     File Transfer Protocol (FTP)
  * AUTHOR: Harvest Derived
@@ -1044,8 +1044,6 @@ ftpStart(FwdState * fwd)
     const char *url = storeUrl(entry);
     FtpStateData *ftpState;
     HttpReply *reply;
-    StoreEntry *pe = NULL;
-    const cache_key *key = NULL;
 
     CBDATA_INIT_TYPE(FtpStateData);
     ftpState = CBDATA_ALLOC(FtpStateData, NULL);