Zebediah Figura : ws2_32: Remove some unused declarations.

Alexandre Julliard julliard at winehq.org
Fri Jun 18 14:45:52 CDT 2021


Module: wine
Branch: master
Commit: c56784199d687b96c2e87b93cdbc2a1290a0230f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c56784199d687b96c2e87b93cdbc2a1290a0230f

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Jun 17 20:58:20 2021 -0500

ws2_32: Remove some unused declarations.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ws2_32/socket.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index a4d89e728b8..25e5294cbf1 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -416,14 +416,6 @@ static void socket_list_remove(SOCKET socket)
     LeaveCriticalSection(&cs_socket_list);
 }
 
-typedef struct          /* WSAAsyncSelect() control struct */
-{
-  HANDLE      service, event, sock;
-  HWND        hWnd;
-  UINT        uMsg;
-  LONG        lEvent;
-} ws_select_info;
-
 #define WS_MAX_SOCKETS_PER_PROCESS      128     /* reasonable guess */
 #define WS_MAX_UDP_DATAGRAM             1024
 static INT WINAPI WSA_DefaultBlockingHook( FARPROC x );
@@ -434,9 +426,6 @@ static FARPROC blocking_hook = (FARPROC)WSA_DefaultBlockingHook;
 /* function prototypes */
 static int ws_protocol_info(SOCKET s, int unicode, WSAPROTOCOL_INFOW *buffer, int *size);
 
-int WSAIOCTL_GetInterfaceCount(void);
-int WSAIOCTL_GetInterfaceName(int intNumber, char *intName);
-
 #define MAP_OPTION(opt) { WS_##opt, opt }
 
 static const int ws_sock_map[][2] =




More information about the wine-cvs mailing list