From: robertc <> Date: Tue, 30 May 2006 03:40:10 +0000 (+0000) Subject: Remove obsolete stub file. X-Git-Tag: SQUID_3_0_PRE4~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b19d51816344249d6f8718e23683c2ebfccb26cc;p=thirdparty%2Fsquid.git Remove obsolete stub file. --- diff --git a/src/tests/stub_cache_manager.cc b/src/tests/stub_cache_manager.cc deleted file mode 100644 index 73e7c327ee..0000000000 --- a/src/tests/stub_cache_manager.cc +++ /dev/null @@ -1,44 +0,0 @@ -/* - * $Id: stub_cache_manager.cc,v 1.1 2004/08/30 03:29:02 robertc Exp $ - * - * DEBUG: section 16 Cache Manager Objects - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; see the CREDITS file for full details. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. - * - */ - -#include "squid.h" - -void -cachemgrRegister(const char *action, const char *desc, OBJH * handler, int pw_req_flag, int atomic) -{} - -/* - * DO NOT MODIFY: - * arch-tag: 4b6d624e-0e69-415f-bb92-f5991db65dd3 - */