]> git.ipfire.org Git - thirdparty/squid.git/commit
Maintenance: Remove an always-false condition (#1122)
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 23 Aug 2022 03:13:29 +0000 (03:13 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 29 Aug 2022 14:44:42 +0000 (14:44 +0000)
commitc0bc2b1b62984aa7f570e8a6c9d37c0edcf7702f
tree846f6e26f7e0b48a865609f7ed3a22b92e53baa9
parent74d7d19689da352281d1045cb8451a8b56028c6d
Maintenance: Remove an always-false condition (#1122)

The being-removed condition was added by beae59b, likely to compensate
for another bug that was later discovered and fixed in 619da1e. That fix
made the condition unnecessary and always false.

There are other problems in this code, including the misleading comment
describing the affected if statement. They will be fixed separately, and
the removal of this effectively unused code may simplify that work.
src/store_client.cc