]> git.ipfire.org Git - thirdparty/squid.git/commit
Simplified code. No functionality changes expected.
authorDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Thu, 27 Oct 2011 05:24:19 +0000 (23:24 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 27 Oct 2011 05:24:19 +0000 (23:24 -0600)
commit38a129ef4e21ef74fa397406c05af2effe440502
tree80206a4c88c59b6becc4cc0baa59bd742402b211
parente9f684134803ed861473000c80b680cf79082564
Simplified code. No functionality changes expected.

!InDaemonMode() already implies both !UsingSmp() and IamWorkerProcess()
so !InDaemonMode() can be removed from the condition.
src/ipc/mem/Segment.cc