]> git.ipfire.org Git - thirdparty/squid.git/commit
Removed some uses of RefCount::getRaw()
authorwessels <>
Sat, 21 Apr 2007 04:24:07 +0000 (04:24 +0000)
committerwessels <>
Sat, 21 Apr 2007 04:24:07 +0000 (04:24 +0000)
commit4d3a24ca72349e1a824f2f4bc0a7af1f7aff3735
treed0fef25fc88d86d120e8a83de674eeef6b85a3fd
parent94a396a3bf0f8158ef1f74b375a142cfc8d39df4
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/ACLChecklist.cc
src/ACLIdent.cc
src/ACLProxyAuth.cc
src/AuthUserRequest.cc
src/DelayId.cc
src/DelayPool.cc