[Pcsclite-cvs-commit] r4509 - /trunk/Drivers/ccid/src/defs.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Oct 25 17:44:06 UTC 2009


Author: rousseau
Date: Sun Oct 25 17:44:06 2009
New Revision: 4509

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4509
Log:
remove useless #define

Modified:
    trunk/Drivers/ccid/src/defs.h

Modified: trunk/Drivers/ccid/src/defs.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/defs.h?rev=4509&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/defs.h (original)
+++ trunk/Drivers/ccid/src/defs.h Sun Oct 25 17:44:06 2009
@@ -76,8 +76,6 @@
  */
 /* Communication buffer size (max=adpu+Lc+data+Le) */
 #define CMD_BUF_SIZE (4+1+256+1)
-/* Larger communication buffer size (max=reader status+data+sw) */
-#define RESP_BUF_SIZE (1+256+2)
 
 /* Protocols */
 #define T_0 0




More information about the Pcsclite-cvs-commit mailing list