From 5fac7a25c17328850f835932d066fbc90a5bde60 Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Wed, 8 Jan 2025 10:03:31 -0800 Subject: [PATCH] more merge fixes --- source/darwin/dispatch_queue_event_loop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/darwin/dispatch_queue_event_loop.c b/source/darwin/dispatch_queue_event_loop.c index 0d903d0e5..c229dcd6f 100644 --- a/source/darwin/dispatch_queue_event_loop.c +++ b/source/darwin/dispatch_queue_event_loop.c @@ -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);