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:
Steven Dake 2011-10-21 02:17:19 -07:00
parent 3ade35ca01
commit 589da8f0e1

View File

@ -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));