Remove unreferenced local variable on Windows

This commit is contained in:
Patrick Gansterer 2014-03-29 07:52:37 +01:00
parent 60cbbac880
commit 970e19ceaa

View file

@ -2226,7 +2226,6 @@ libwebsocket_create_context(struct lws_context_creation_info *info)
WORD wVersionRequested;
WSADATA wsaData;
int err;
HMODULE wsdll;
/* Use the MAKEWORD(lowbyte, highbyte) macro from Windef.h */
wVersionRequested = MAKEWORD(2, 2);