Explorar el Código

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 hace 13 años
padre
commit
77ea036c72
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      exec/totemsrp.c

+ 0 - 4
exec/totemsrp.c

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