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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Oct 25 17:36:31 UTC 2009


Author: rousseau
Date: Sun Oct 25 17:36:31 2009
New Revision: 4507

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

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=4507&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/defs.h (original)
+++ trunk/Drivers/ccid/src/defs.h Sun Oct 25 17:36:31 2009
@@ -83,15 +83,6 @@
 #define T_0 0
 #define T_1 1
 
-/* Size of an ISO command (CLA+INS+P1+P2) */
-#define ISO_CMD_SIZE 4
-/* Offset of the length byte in an TPDU */
-#define ISO_OFFSET_LENGTH 4
-/* Offset of the data in a TPDU */
-#define ISO_OFFSET_TPDU_DATA 5
-/* ISO length size (1 in general) */
-#define ISO_LENGTH_SIZE 1
-
 /* Default communication read timeout in seconds */
 #define DEFAULT_COM_READ_TIMEOUT 2
 




More information about the Pcsclite-cvs-commit mailing list