Remove dead code in evs service

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:18:10 -07:00
parent 589da8f0e1
commit 3ad0979dc1

View File

@ -106,9 +106,6 @@ evs_error_t evs_initialize (
error = qb_to_cs_error(-errno);
goto error_put_destroy;
}
if (error != EVS_OK) {
goto error_put_destroy;
}
if (callbacks) {
memcpy (&evs_inst->callbacks, callbacks, sizeof (evs_callbacks_t));