From: Henrik Nordstrom Date: Sat, 15 Mar 2008 19:05:51 +0000 (+0100) Subject: Remove obsolete reference to HttpReply::absorb X-Git-Tag: BASIC_TPROXY4~3^2^2~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ea6d1a6e7c533008a29c757f4f1f7af55804e5;p=thirdparty%2Fsquid.git Remove obsolete reference to HttpReply::absorb --- diff --git a/src/HttpReply.h b/src/HttpReply.h index ac21e44164..dd61e25ac2 100644 --- a/src/HttpReply.h +++ b/src/HttpReply.h @@ -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);