From 20dd9ba36d4073ce5351761421ca637a3be3ba33 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Thu, 9 Feb 2012 13:02:55 +0100 Subject: [PATCH] quorum: drop dead code spotted while writing man pages. There are no users for this struct Signed-off-by: Fabio M. Di Nitto Reviewed-by: Steven Dake --- include/corosync/quorum.h | 5 ----- 1 file changed, 5 deletions(-) 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, -- 2.39.5