]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove unused strnstr() replacement (#1721)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 5 Mar 2024 15:12:24 +0000 (15:12 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 5 Mar 2024 15:31:49 +0000 (15:31 +0000)
commit9d3433c4ac6cd547c10cf298b8a5e61a463fb753
tree918198fdb428cd5b3c68281bd7cf2d7c431e11bf
parent1bbf0da3790306102460be71bbe833516e7bd50e
Remove unused strnstr() replacement (#1721)

Squid code does not actually use strnstr() so this copy of FreeBSD
code does not need to be shipped.
CREDITS
acinclude/os-deps.m4
compat/Makefile.am
compat/compat_shared.h
compat/strnstr.cc [deleted file]
src/StrList.cc