[Pcsclite-cvs-commit] r5329 - /trunk/Drivers/ccid/src/ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Oct 21 18:52:54 UTC 2010


Author: rousseau
Date: Thu Oct 21 18:52:48 2010
New Revision: 5329

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5329
Log:
Remove two useless static function declarations

Modified:
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=5329&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Thu Oct 21 18:52:48 2010
@@ -57,10 +57,6 @@
 static int DebugInitialized = FALSE;
 
 /* local functions */
-#if !defined(TWIN_SERIAL)
-static RESPONSECODE IFDHPolling(DWORD Lun);
-static RESPONSECODE IFDHSleep(DWORD Lun);
-#endif
 static void init_driver(void);
 static void extra_egt(ATR_t *atr, _ccid_descriptor *ccid_desc, DWORD Protocol);
 static char find_baud_rate(unsigned int baudrate, unsigned int *list);




More information about the Pcsclite-cvs-commit mailing list