소스 검색

cpg: drop dead code

not used/referenced anywhere

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Fabio M. Di Nitto 14 년 전
부모
커밋
225ee49c9f
1개의 변경된 파일0개의 추가작업 그리고 20개의 파일을 삭제
  1. 0 20
      include/corosync/ipc_cpg.h

+ 0 - 20
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)));
 };