From 8d56c9feafbc21d2eac9b88a9dc5c826f675413c Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 20 Mar 2010 03:50:48 +1300 Subject: [PATCH] Remove remainder of EXTERNNEW hackup. --- src/tests/testHttpReply.cc | 3 --- test-suite/test_tools.cc | 1 - 2 files changed, 4 deletions(-) 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 */ -- 2.47.2