]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove unused clientReplyContext::holdingBuffer (#1272)
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 13 Feb 2023 20:38:38 +0000 (20:38 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 13 Feb 2023 20:38:45 +0000 (20:38 +0000)
commitea21def9238252672ca213b2ef2dc49ce67798d0
tree0131b3e5cc35c59e5813a577ea8d27076cd8837d
parentc05493cd6bf75ba5b6878459ae30f3df3b65f2f9
Remove unused clientReplyContext::holdingBuffer (#1272)

The data member has been unused since inception in 2003 commit 4993f57.
The underlying dumb StoreIOBuffer class does not lock/copy anything.
src/client_side_reply.cc
src/client_side_reply.h