Skip to content

Commit

Permalink
backend.c: remove unused variable (#675)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Khapov <[email protected]>
Co-authored-by: Roman Khapov <[email protected]>
  • Loading branch information
rkhapov and Roman Khapov authored Sep 3, 2024
1 parent 96801b2 commit 000944f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sources/backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,6 @@ int od_backend_ready_wait(od_server_t *server, char *context, int count,
uint32_t time_ms, uint32_t ignore_errors)
{
od_instance_t *instance = server->global->instance;
int ready = 0;
int query_rc;
query_rc = 0;

Expand Down Expand Up @@ -742,7 +741,6 @@ int od_backend_ready_wait(od_server_t *server, char *context, int count,
od_backend_ready(server, machine_msg_data(msg),
machine_msg_size(msg));
machine_msg_free(msg);
ready++;
} else {
machine_msg_free(msg);
}
Expand Down

0 comments on commit 000944f

Please sign in to comment.