Skip to content

Commit

Permalink
clean up unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Nov 29, 2024
1 parent e2e88ed commit 68ff463
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion source/darwin/dispatch_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ struct dispatch_loop_context;

struct dispatch_loop {
struct aws_allocator *allocator;
struct aws_ref_count ref_count;
dispatch_queue_t dispatch_queue;
struct aws_task_scheduler scheduler;
struct aws_linked_list local_cross_thread_tasks;
Expand Down
1 change: 0 additions & 1 deletion source/darwin/dispatch_queue_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ struct aws_event_loop *aws_event_loop_new_with_dispatch_queue(
dispatch_release(dispatch_loop->dispatch_queue);
}
s_dispatch_event_loop_destroy(loop);
aws_event_loop_clean_up_base(loop);
}

aws_mem_release(alloc, loop);
Expand Down

0 comments on commit 68ff463

Please sign in to comment.