From 8d946dbce853fa48ab280e28b87e0752e5e671a2 Mon Sep 17 00:00:00 2001 From: Vera Xia Date: Fri, 8 Nov 2024 18:02:47 -0800 Subject: [PATCH] temporary remove dispatch queue wrap --- source/socket.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/socket.c b/source/socket.c index a1fb739c1..c4a8e9759 100644 --- a/source/socket.c +++ b/source/socket.c @@ -255,7 +255,6 @@ int aws_socket_init_winsock( } #endif -#ifndef AWS_ENABLE_DISPATCH_QUEUE int aws_socket_init_apple_nw_socket( struct aws_socket *socket, struct aws_allocator *alloc, @@ -266,4 +265,3 @@ int aws_socket_init_apple_nw_socket( AWS_LOGF_DEBUG(AWS_LS_IO_SOCKET, "Apple Network Framework is not supported on the platform."); return aws_raise_error(AWS_ERROR_PLATFORM_NOT_SUPPORTED); } -#endif