From: Henrik Nordstrom Date: Sun, 16 Mar 2008 00:50:50 +0000 (+0100) Subject: Remove obsolete reference to HttpReply::absorb X-Git-Tag: BASIC_TPROXY4~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=226a2cfbe64d6d3e1e2eb554be33440d6d243ffe;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);