Просмотр исходного кода

quorum: drop dead code

spotted while writing man pages. There are no users for this struct

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Fabio M. Di Nitto 14 лет назад
Родитель
Сommit
20dd9ba36d
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      include/corosync/quorum.h

+ 0 - 5
include/corosync/quorum.h

@@ -42,11 +42,6 @@ extern "C" {
 
 typedef uint64_t quorum_handle_t;
 
-typedef struct {
-	uint32_t nodeid;
-	uint32_t state;
-} quorum_node_t;
-
 typedef void (*quorum_notification_fn_t) (
 	quorum_handle_t handle,
 	uint32_t quorate,