Skip to content

Commit

Permalink
more merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Jan 8, 2025
1 parent ab17513 commit 5fac7a2
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 @@ -328,8 +328,6 @@ struct aws_event_loop *aws_event_loop_new_with_dispatch_queue(
return NULL;
}

#endif // AWS_ENABLE_DISPATCH_QUEUE

static void s_dispatch_queue_destroy_task(void *context) {
struct dispatch_loop *dispatch_loop = context;
s_rlock_dispatch_loop_context(dispatch_loop->context);
Expand Down

0 comments on commit 5fac7a2

Please sign in to comment.