]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Backout inappropriate change to DelayId.
authorrobertc <>
Thu, 15 May 2003 13:16:50 +0000 (13:16 +0000)
committerrobertc <>
Thu, 15 May 2003 13:16:50 +0000 (13:16 +0000)
Keywords:

Backout inappropriate change to DelayId.

src/DelayId.cc

index 0618e70ccff369e2f4e279cbe9bcea2ccc9283e4..0f6fb61d75897e9f27a6828ae65690f01ca3d5db 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: DelayId.cc,v 1.7 2003/05/15 06:22:42 robertc Exp $
+ * $Id: DelayId.cc,v 1.8 2003/05/15 07:16:50 robertc Exp $
  *
  * DEBUG: section 77    Delay Pools
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
@@ -91,7 +91,7 @@ DelayId::operator bool() const
 
 /* create a delay Id for a given request */
 DelayId
-DelayId::DelayClient(clientHttpRequest * http, DelayPools *poolSet)
+DelayId::DelayClient(clientHttpRequest * http)
 {
     request_t *r;
     unsigned short pool;