From: Amos Jeffries Date: Fri, 19 Mar 2010 14:50:48 +0000 (+1300) Subject: Remove remainder of EXTERNNEW hackup. X-Git-Tag: SQUID_3_2_0_1~351 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d56c9feafbc21d2eac9b88a9dc5c826f675413c;p=thirdparty%2Fsquid.git Remove remainder of EXTERNNEW hackup. --- diff --git a/src/tests/testHttpReply.cc b/src/tests/testHttpReply.cc index 837e9e3149..7801850847 100644 --- a/src/tests/testHttpReply.cc +++ b/src/tests/testHttpReply.cc @@ -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; diff --git a/test-suite/test_tools.cc b/test-suite/test_tools.cc index 8e95c2c7fb..a2a93c1bd8 100644 --- a/test-suite/test_tools.cc +++ b/test-suite/test_tools.cc @@ -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 */