Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Dec 16, 2024
1 parent a2fcf4d commit 7191f68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/darwin/dispatch_queue_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,6 @@ static void s_run_iteration(void *context) {
struct scheduled_service_entry *entry = context;
struct dispatch_loop_context *dispatch_queue_context = entry->dispatch_queue_context;
s_rlock_dispatch_loop_context(dispatch_queue_context);
// Removed and clean up the service entry regardless if the iteration run or not.
aws_linked_list_remove(&entry->node);

if (!begin_iteration(entry)) {
goto iteration_done;
Expand Down

0 comments on commit 7191f68

Please sign in to comment.