Skip to content

Commit

Permalink
Unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackie Kay committed Mar 30, 2016
1 parent 82f5b4a commit 655aa99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rcl/src/rcl/wait.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ rcl_wait_set_init(
wait_set->impl->rmw_services.services = NULL;
wait_set->impl->rmw_services.service_count = 0;

static rmw_guard_conditions_t fixed_guard_conditions;
fixed_guard_conditions.guard_conditions = NULL;
fixed_guard_conditions.guard_condition_count = 0;
wait_set->impl->rmw_waitset = rmw_create_waitset(
2 * number_of_subscriptions + number_of_guard_conditions + number_of_clients +
number_of_services);
Expand Down

0 comments on commit 655aa99

Please sign in to comment.