[Pcsclite-cvs-commit] r5522 - /trunk/PCSC/src/eventhandler.c
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Tue Jan 18 15:50:01 UTC 2011
Author: rousseau
Date: Tue Jan 18 15:49:57 2011
New Revision: 5522
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5522
Log:
EHStatusHandlerThread(): remove unused code
src/eventhandler.c:233:2: warning: Value stored to 'dwCurrentState' is never
read
dwCurrentState = 0;
^ ~
src/eventhandler.c:232:2: warning: Value stored to 'readerSharing' is never read
readerSharing = 0;
^ ~
Modified:
trunk/PCSC/src/eventhandler.c
Modified: trunk/PCSC/src/eventhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/eventhandler.c?rev=5522&op=diff
==============================================================================
--- trunk/PCSC/src/eventhandler.c (original)
+++ trunk/PCSC/src/eventhandler.c Tue Jan 18 15:49:57 2011
@@ -229,8 +229,6 @@
* Zero out everything
*/
dwStatus = 0;
- readerSharing = 0;
- dwCurrentState = 0;
readerName = rContext->readerState->readerName;
More information about the Pcsclite-cvs-commit
mailing list