]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed src/tests/stub_store_search.cc as unneeded.
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 18 Nov 2015 21:48:34 +0000 (14:48 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Wed, 18 Nov 2015 21:48:34 +0000 (14:48 -0700)
src/Makefile.am
src/tests/Stub.list
src/tests/stub_store_search.cc [deleted file]

index dd9639f4a8d09703b1b51dc73001033d77d1161c..d38008ed6db1a769f19905675c68fdb244a7ff7b 100644 (file)
@@ -1606,7 +1606,6 @@ tests_testDiskIO_SOURCES = \
        tests/stub_Port.cc \
        tests/stub_stat.cc \
        tests/stub_store_client.cc \
-       tests/stub_store_search.cc \
        tests/stub_store_stats.cc \
        store_rebuild.h \
        tests/stub_store_rebuild.cc \
index fa4c3ceb111ae3bb072ec6c5387e2e237c54bc05..0b4aab97954d1da64b4660ec37633932e0a8d25b 100644 (file)
@@ -71,7 +71,6 @@ STUB_SOURCE= tests/STUB.h \
        tests/stub_store_digest.cc \
        tests/stub_StoreMeta.cc \
        tests/stub_store_rebuild.cc \
-       tests/stub_store_search.cc \
        tests/stub_store_stats.cc \
        tests/stub_store_swapout.cc \
        tests/stub_SwapDir.cc \
diff --git a/src/tests/stub_store_search.cc b/src/tests/stub_store_search.cc
deleted file mode 100644 (file)
index fd9d1b0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#include "squid.h"
-
-#define STUB_API "StoreSearch.cc"
-#include "tests/STUB.h"
-
-#include "store/LocalSearch.h"
-#include "StoreSearch.h"
-
-StoreSearch *Store::NewLocalSearch() STUB_RETVAL(NULL)