]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove obsolete reference to HttpReply::absorb
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Sun, 16 Mar 2008 00:50:50 +0000 (01:50 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Sun, 16 Mar 2008 00:50:50 +0000 (01:50 +0100)
src/HttpReply.h

index ac21e44164375dd77833b3bb2b7bf231b9ffff6f..dd61e25ac25b66ee8ed688836d05784ccfd6aea8 100644 (file)
@@ -101,9 +101,6 @@ public:
 
     void updateOnNotModified(HttpReply const *other);
 
-    /* absorb: copy the contents of a new reply to the old one, destroy new one */
-    void absorb(HttpReply * new_rep);
-
     /* set commonly used info with one call */
     void setHeaders(HttpVersion ver, http_status status,
                     const char *reason, const char *ctype, int64_t clen, time_t lmt, time_t expires);