Andrew Talbot : netapi32: Remove unused variable.

Alexandre Julliard julliard at winehq.org
Wed Nov 28 14:14:05 CST 2012


Module: wine
Branch: master
Commit: 9205f02ac589681cb53b8ead56a08550811aa920
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9205f02ac589681cb53b8ead56a08550811aa920

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Tue Nov 27 22:22:19 2012 +0000

netapi32: Remove unused variable.

---

 dlls/netapi32/netapi32.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/netapi32/netapi32.c b/dlls/netapi32/netapi32.c
index f6c6d20..a24320c 100644
--- a/dlls/netapi32/netapi32.c
+++ b/dlls/netapi32/netapi32.c
@@ -25,8 +25,6 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(netbios);
 
-static HMODULE NETAPI32_hModule;
-
 BOOL NETAPI_IsLocalComputer(LMCSTR ServerName);
 
 BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
@@ -37,7 +35,6 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
         case DLL_PROCESS_ATTACH:
         {
             DisableThreadLibraryCalls(hinstDLL);
-            NETAPI32_hModule = hinstDLL;
             NetBIOSInit();
             NetBTInit();
             break;




More information about the wine-cvs mailing list