From: hno <> Date: Sat, 6 Jan 2001 18:46:43 +0000 (+0000) Subject: Forgot to remove some variables X-Git-Tag: SQUID_3_0_PRE1~1682 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61f8d25225d930fa6530a13b998cd69c803b4fb3;p=thirdparty%2Fsquid.git Forgot to remove some variables --- diff --git a/src/ftp.cc b/src/ftp.cc index 7e19196cda..6b9674693e 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -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);