Skip to content

Commit

Permalink
Remove now unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Frediano Ziglio <[email protected]>
  • Loading branch information
freddy77 committed Dec 11, 2024
1 parent a6bbe22 commit 4a0673a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions win32/initnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
BOOL WINAPI
DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved TDS_UNUSED)
{
WSADATA wsaData;

hinstFreeTDS = hinstDLL;
switch (fdwReason) {
case DLL_PROCESS_ATTACH:
Expand Down

0 comments on commit 4a0673a

Please sign in to comment.