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 \
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 \
+++ /dev/null
-/*
- * 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)