]> git.ipfire.org Git - thirdparty/squid.git/commit - src/tools.cc
Cleanup: Remove more traces of old squid debug()() macro
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 28 Aug 2009 01:44:26 +0000 (13:44 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 28 Aug 2009 01:44:26 +0000 (13:44 +1200)
commit96e03dd843bf82abfefbb46b3275154853ada1d4
tree198f183af0d40177e41883cce6753ccc1706af1c
parent15c21a9a422a528d7c9c1a886df2c155ad07e39c
Cleanup: Remove more traces of old squid debug()() macro

There is now no reason for any of the Squid internal code to contain 'debug()'

TODO: Just the ESI code remaining on the old system.
  It's debug seems to be incrementally building a single line to display
  objects parsed. But using multiple nested calls to dump it.
  VERY nasty. They need to be made writing to a buffer instead.
include/RefCount.h
src/Debug.h
src/HttpStatusLine.cc
src/client_side.h
src/defines.h
src/esi/Expression.cc
src/protos.h
src/snmp_core.cc
src/tools.cc
test-suite/test_tools.cc