Skip to content

Commit

Permalink
temporary remove dispatch queue wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Nov 9, 2024
1 parent 8bd9808 commit 8d946db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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

0 comments on commit 8d946db

Please sign in to comment.