diff --git a/include/crm/common/Makefile.am b/include/crm/common/Makefile.am index 381a6a1b33..e303b78bb5 100644 --- a/include/crm/common/Makefile.am +++ b/include/crm/common/Makefile.am @@ -1,50 +1,49 @@ # # Copyright 2004-2024 the Pacemaker project contributors # # The version control history for this file may have further details. # # This source code is licensed under the GNU General Public License version 2 # or later (GPLv2+) WITHOUT ANY WARRANTY. # MAINTAINERCLEANFILES = Makefile.in headerdir=$(pkgincludedir)/crm/common header_HEADERS = acl.h \ actions.h \ agents.h \ cib.h \ ipc.h \ ipc_controld.h \ ipc_pacemakerd.h \ ipc_schedulerd.h \ iso8601.h \ logging.h \ logging_compat.h \ mainloop.h \ nodes.h \ nvpair.h \ options.h \ output.h \ resources.h \ results.h \ - results_compat.h \ roles.h \ rules.h \ scheduler.h \ scheduler_types.h \ schemas.h \ scores.h \ scores_compat.h \ tags.h \ tickets.h \ util.h \ util_compat.h \ xml.h \ xml_compat.h \ xml_io.h \ xml_io_compat.h \ xml_names.h noinst_HEADERS = $(wildcard *internal.h) diff --git a/include/crm/common/results_compat.h b/include/crm/common/results_compat.h deleted file mode 100644 index 2ade91008d..0000000000 --- a/include/crm/common/results_compat.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright 2022-2024 the Pacemaker project contributors - * - * The version control history for this file may have further details. - * - * This source code is licensed under the GNU Lesser General Public License - * version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY. - */ - -#ifndef PCMK__CRM_COMMON_RESULTS_COMPAT__H -#define PCMK__CRM_COMMON_RESULTS_COMPAT__H - -#include - -#ifdef __cplusplus -extern "C" { -#endif - -/** - * \file - * \brief Deprecated Pacemaker results API - * \ingroup core - * \deprecated Do not include this header directly. The result APIs in this - * header, and the header itself, will be removed in a future - * release. - */ - -#ifdef __cplusplus -} -#endif - -#endif // PCMK__CRM_COMMON_MAINLOOP_COMPAT__H