]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove dead "String debugging" code (#1436)
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 30 Jul 2023 02:44:04 +0000 (02:44 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 30 Jul 2023 06:33:19 +0000 (06:33 +0000)
commit8ee00d732cb2e3faab4f5f116ee13271f7ee20d1
tree9772d505a9a52fa58b49568041422494ca3a5046
parent7bcdc74b6280ec39323483ad1b76af9870486d24
Remove dead "String debugging" code (#1436)

The corresponding src/String.cc code does not build since 2013 commit
5082718 (at least): That commit removed StringRegistry class declaration
the debugging code relied on. Since inception, the code could not be
enabled using ./configure options or make flags -- one had to modify
Squid sources to alter hard-coded `#define DEBUGSTRINGS 0` setting.
src/SquidString.h
src/String.cc