]> git.ipfire.org Git - thirdparty/squid.git/commit
ICC: useless code removals
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 23 Mar 2011 08:55:43 +0000 (20:55 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 23 Mar 2011 08:55:43 +0000 (20:55 +1200)
commit58c0b17def00feae8c1c74f631f05b375efaef88
tree30b3fbfe81577609a64f595412a9e724502e6439
parent14302ffad0243fd990d6a922fb2662df932fae30
ICC: useless code removals

size_t is guaranteed to be >=0 so these checks are useless.

Also some optimization of the tunnel and whois comm result handling after
the size_t test changes.
src/tunnel.cc
src/urn.cc
src/whois.cc
test-suite/debug.cc