Module: wine Branch: master Commit: ffb2cae6fc29553d52b4a991ec93fd1633c5dbca URL: http://source.winehq.org/git/wine.git/?a=commit;h=ffb2cae6fc29553d52b4a991ec...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Wed Nov 28 20:37:39 2012 +0000
wtsapi32: Remove unused variable.
---
dlls/wtsapi32/wtsapi32.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/wtsapi32/wtsapi32.c b/dlls/wtsapi32/wtsapi32.c index 875cfb5..c25f75b 100644 --- a/dlls/wtsapi32/wtsapi32.c +++ b/dlls/wtsapi32/wtsapi32.c @@ -25,7 +25,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(wtsapi);
-static HMODULE WTSAPI32_hModule;
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) { @@ -35,7 +34,6 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) case DLL_PROCESS_ATTACH: { DisableThreadLibraryCalls(hinstDLL); - WTSAPI32_hModule = hinstDLL; break; } case DLL_PROCESS_DETACH: