]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove unused SBufCaseInsensitiveLess (#385)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 2 Apr 2019 07:34:00 +0000 (07:34 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 3 Apr 2019 01:30:09 +0000 (01:30 +0000)
commit0aea47cab6db266ba7893f04ce20eb2eef1d0d39
treeb392863c2fcf10b7d430010ea827858ab376b3ee
parent2cd72a24f3beeb7dd88cd9fb5bdc1999d462a266
Remove unused SBufCaseInsensitiveLess (#385)

This class has been replaced by a proper hash in the
sbuf/Algorithms.h current code.

If this is needed in future we can define a lambda instead.
src/base/LookupTable.h