]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Maintenance: Remove several unused files (#1773)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 5 Apr 2024 13:58:27 +0000 (13:58 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 5 Apr 2024 14:12:26 +0000 (14:12 +0000)
src/adaptation/ecap/Makefile.am
src/adaptation/ecap/MinimalAdapter.cc [deleted file]
src/adaptation/ecap/Registry.h [deleted file]

index 9045a0c0a8d4326259a69687815bb258fcf27bd4..4fc7f12ed244fcf616eb8c63d0d58a1ae776097d 100644 (file)
@@ -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 (file)
index 5c8c931..0000000
+++ /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 (file)
index 62172ae..0000000
+++ /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 */
-