]> git.ipfire.org Git - thirdparty/squid.git/commit
Removed some uses of RefCount::getRaw()
authorwessels <>
Sat, 21 Apr 2007 04:06:44 +0000 (04:06 +0000)
committerwessels <>
Sat, 21 Apr 2007 04:06:44 +0000 (04:06 +0000)
commit85a4b153406e2f68e40e23d79fec8fbe7cf47af8
tree357eef8bd537541d76ed86ec619ac8678498c6df
parent9c80b9ccc3dd02f00c20581bbe5978d450f14420
Removed some uses of RefCount::getRaw()

We can compare RefCount pointers to NULL without using getRaw() as long
as the RefCount pointer is on the left, and NULL is on the right.
src/external_acl.cc
src/redirect.cc
src/stat.cc
src/store_client.cc
src/store_swapout.cc