From: Amos Jeffries Date: Fri, 5 Apr 2024 13:58:27 +0000 (+0000) Subject: Maintenance: Remove several unused files (#1773) X-Git-Tag: SQUID_7_0_1~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47a3129cebf5a0cb3788c46b8052b7ff461c17b6;p=thirdparty%2Fsquid.git Maintenance: Remove several unused files (#1773) --- diff --git a/src/adaptation/ecap/Makefile.am b/src/adaptation/ecap/Makefile.am index 9045a0c0a8..4fc7f12ed2 100644 --- a/src/adaptation/ecap/Makefile.am +++ b/src/adaptation/ecap/Makefile.am @@ -16,7 +16,6 @@ libecapsquid_la_SOURCES = \ Host.h \ MessageRep.cc \ MessageRep.h \ - Registry.h \ ServiceRep.cc \ ServiceRep.h \ XactionRep.cc \ diff --git a/src/adaptation/ecap/MinimalAdapter.cc b/src/adaptation/ecap/MinimalAdapter.cc deleted file mode 100644 index 5c8c9313ad..0000000000 --- a/src/adaptation/ecap/MinimalAdapter.cc +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Copyright (C) 1996-2023 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" -// TBD - diff --git a/src/adaptation/ecap/Registry.h b/src/adaptation/ecap/Registry.h deleted file mode 100644 index 62172ae668..0000000000 --- a/src/adaptation/ecap/Registry.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (C) 1996-2023 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. - */ - -#ifndef SQUID_SRC_ADAPTATION_ECAP_REGISTRY_H -#define SQUID_SRC_ADAPTATION_ECAP_REGISTRY_H - -// TBD - -#endif /* SQUID_SRC_ADAPTATION_ECAP_REGISTRY_H */ -