소스 검색

Remove unused structure

Nowhere in the corosync codebase references this structure.

Signed-off-by: Tim Beale <tlbeale@gmail.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Tim Beale 13 년 전
부모
커밋
7ac73f2f89
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      exec/totemsrp.c

+ 0 - 5
exec/totemsrp.c

@@ -280,11 +280,6 @@ struct sort_queue_item {
 	unsigned int msg_len;
 };
 
-struct orf_token_mcast_thread_state {
-	char iobuf[9000];
-	prng_state prng_state;
-};
-
 enum memb_state {
 	MEMB_STATE_OPERATIONAL = 1,
 	MEMB_STATE_GATHER = 2,