]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove remainder of EXTERNNEW hackup.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 19 Mar 2010 14:50:48 +0000 (03:50 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 19 Mar 2010 14:50:48 +0000 (03:50 +1300)
src/tests/testHttpReply.cc
test-suite/test_tools.cc

index 837e9e31491930b95056093ff4f7204a876252de..78018508472a2ca4e31038685a3b8e1156a9d85f 100644 (file)
@@ -5,9 +5,6 @@
 #include "HttpReply.h"
 #include "Mem.h"
 
-/* to avoid libsquid.la and its comm stuff */
-#include "TextException.cc"
-
 CPPUNIT_TEST_SUITE_REGISTRATION( testHttpReply );
 
 struct SquidConfig Config;
index 8e95c2c7fb44642c58b5092cb7453448af44258b..a2a93c1bd8d5c86acdb424aa7d3237980a226125 100644 (file)
@@ -5,7 +5,6 @@
 // XXX: This file is made of large pieces of src/debug.cc and src/tools.cc
 // with only a few minor modifications. TODO: redesign or delete.
 
-#define _SQUID_EXTERNNEW_
 #include "squid.h"
 
 /* AYJ: the debug stuff here should really be in a stub_debug.cc file for tests to link */