diff --git a/include/corosync/quorum.h b/include/corosync/quorum.h index 78a2ad23..616947a6 100644 --- a/include/corosync/quorum.h +++ b/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,