ocs: Remove unused variable.
This commit is contained in:
parent
19c099a866
commit
afda855350
@ -197,7 +197,6 @@ ocs_xport_attach(ocs_xport_t *xport)
|
||||
/* booleans used for cleanup if initialization fails */
|
||||
uint8_t io_pool_created = FALSE;
|
||||
uint8_t node_pool_created = FALSE;
|
||||
uint8_t rq_threads_created = FALSE;
|
||||
|
||||
ocs_list_init(&ocs->domain_list, ocs_domain_t, link);
|
||||
|
||||
@ -279,7 +278,6 @@ ocs_xport_attach(ocs_xport_t *xport)
|
||||
ocs_log_err(ocs, "failure creating RQ threads\n");
|
||||
goto ocs_xport_attach_cleanup;
|
||||
}
|
||||
rq_threads_created = TRUE;
|
||||
|
||||
return 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user