Andrew Talbot : winscard: Remove unused variable.

Alexandre Julliard julliard at winehq.org
Thu Nov 29 14:15:43 CST 2012


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Wed Nov 28 20:37:33 2012 +0000

winscard: Remove unused variable.

---

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

diff --git a/dlls/winscard/winscard.c b/dlls/winscard/winscard.c
index 473d5f3..c57ef49 100644
--- a/dlls/winscard/winscard.c
+++ b/dlls/winscard/winscard.c
@@ -26,7 +26,6 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(winscard);
 
-static HMODULE WINSCARD_hModule;
 static HANDLE g_startedEvent = NULL;
 
 const SCARD_IO_REQUEST g_rgSCardT0Pci = { SCARD_PROTOCOL_T0, 8 };
@@ -43,7 +42,6 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
         case DLL_PROCESS_ATTACH:
         {
             DisableThreadLibraryCalls(hinstDLL);
-            WINSCARD_hModule = hinstDLL;
             /* FIXME: for now, we act as if the pcsc daemon is always started */
             g_startedEvent = CreateEventA(NULL,TRUE,TRUE,NULL);
             break;




More information about the wine-cvs mailing list