mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-02 15:55:48 +00:00
Remove dead code in votequorum
Signed-off-by: Steven Dake <sdake@redhat.com> Reviewed-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
3ade35ca01
commit
589da8f0e1
@ -88,9 +88,6 @@ cs_error_t votequorum_initialize (
|
||||
error = qb_to_cs_error(-errno);
|
||||
goto error_put_destroy;
|
||||
}
|
||||
if (error != CS_OK) {
|
||||
goto error_put_destroy;
|
||||
}
|
||||
|
||||
if (callbacks)
|
||||
memcpy(&votequorum_inst->callbacks, callbacks, sizeof (*callbacks));
|
||||
|
Loading…
Reference in New Issue
Block a user