]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removing unused 'HttpStateData::SendRequestEntityDoneWrapper' method
authorwessels <>
Wed, 8 Mar 2006 01:44:12 +0000 (01:44 +0000)
committerwessels <>
Wed, 8 Mar 2006 01:44:12 +0000 (01:44 +0000)
src/http.cc
src/http.h

index 2ce88d7d29b85952e2ffe24c5f98d9a5326f006d..e9f7061f7e1a8e508ce0ccd828497bad4cad3cb3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http.cc,v 1.489 2006/03/02 20:46:03 wessels Exp $
+ * $Id: http.cc,v 1.490 2006/03/07 18:44:12 wessels Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
@@ -1824,13 +1824,6 @@ httpStart(FwdState *fwd)
      */
 }
 
-void
-HttpStateData::SendRequestEntityDoneWrapper(int fd, void *data)
-{
-    HttpStateData *httpState = static_cast<HttpStateData *>(data);
-    httpState->sendRequestEntityDone(fd);
-}
-
 void
 HttpStateData::sendRequestEntityDone(int fd)
 {
index 58b054522f17e8e461eff73ade2addafb3d334fc..1b7132e95078bfbedf9a8ce2181ce17b5494fbc9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http.h,v 1.21 2006/01/25 23:59:46 wessels Exp $
+ * $Id: http.h,v 1.22 2006/03/07 18:44:12 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -57,7 +57,6 @@ public:
     static CWCB SendComplete;
     static CWCB SendRequestEntityWrapper;
     static IOCB ReadReplyWrapper;
-    static PF SendRequestEntityDoneWrapper;
     static CBCB RequestBodyHandlerWrapper;
     static void httpBuildRequestHeader(HttpRequest * request,
                                        HttpRequest * orig_request,