From 225ee49c9f0f835dea3644acdeca2ae728546ee0 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Thu, 9 Feb 2012 16:52:21 +0100 Subject: [PATCH] cpg: drop dead code not used/referenced anywhere Signed-off-by: Fabio M. Di Nitto Reviewed-by: Steven Dake --- include/corosync/ipc_cpg.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/include/corosync/ipc_cpg.h b/include/corosync/ipc_cpg.h index 5e8095ef..4e26db4c 100644 --- a/include/corosync/ipc_cpg.h +++ b/include/corosync/ipc_cpg.h @@ -189,26 +189,6 @@ struct res_lib_cpg_finalize { struct qb_ipc_response_header header __attribute__((aligned(8))); }; -struct req_lib_cpg_trackstart { - struct qb_ipc_request_header header __attribute__((aligned(8))); - mar_cpg_name_t group_name __attribute__((aligned(8))); - mar_uint32_t pid __attribute__((aligned(8))); -}; - -struct res_lib_cpg_trackstart { - struct qb_ipc_response_header header __attribute__((aligned(8))); -}; - -struct req_lib_cpg_trackstop { - struct qb_ipc_request_header header __attribute__((aligned(8))); - mar_cpg_name_t group_name __attribute__((aligned(8))); - mar_uint32_t pid __attribute__((aligned(8))); -}; - -struct res_lib_cpg_trackstop { - struct qb_ipc_response_header header __attribute__((aligned(8))); -}; - struct req_lib_cpg_local_get { struct qb_ipc_request_header header __attribute__((aligned(8))); };