[Pcsclite-cvs-commit] r5412 - /trunk/PCSC/src/readerfactory.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Nov 22 10:40:12 UTC 2010


Author: rousseau
Date: Mon Nov 22 10:40:10 2010
New Revision: 5412

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5412
Log:
Remove dead code

Modified:
    trunk/PCSC/src/readerfactory.c

Modified: trunk/PCSC/src/readerfactory.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/readerfactory.c?rev=5412&op=diff
==============================================================================
--- trunk/PCSC/src/readerfactory.c (original)
+++ trunk/PCSC/src/readerfactory.c Mon Nov 22 10:40:10 2010
@@ -974,14 +974,6 @@
 	Log2(PCSC_LOG_INFO, "Attempting shutdown of %s.",
 		rContext->readerState->readerName);
 
-	/* Close the port, unbind the functions, and unload the library */
-
-	/*
-	 * If the reader is getting uninitialized then it is being unplugged
-	 * so I can't send a IFDPowerICC call to it
-	 *
-	 * IFDPowerICC(rContext, IFD_POWER_DOWN, NULL, NULL);
-	 */
 	/* Do not close a reader if IFDOpenIFD() failed in RFInitializeReader() */
 	if (rContext->slot != -1)
 		(void)IFDCloseIFD(rContext);




More information about the Pcsclite-cvs-commit mailing list