libopensc: remove unused SC_MAX_READER_DRIVERS

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4710 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-09-11 13:00:54 +00:00
parent 72d961beb2
commit 8c1bcea28a
2 changed files with 0 additions and 3 deletions

View File

@ -99,8 +99,6 @@ static const struct _sc_driver_entry internal_card_drivers[] = {
};
struct _sc_ctx_options {
struct _sc_driver_entry rdrv[SC_MAX_READER_DRIVERS];
int rcount;
struct _sc_driver_entry cdrv[SC_MAX_CARD_DRIVERS];
int ccount;
char *forced_card_driver;

View File

@ -28,7 +28,6 @@ extern "C" {
typedef unsigned char u8;
/* various maximum values */
#define SC_MAX_READER_DRIVERS 6
#define SC_MAX_CARD_DRIVERS 32
#define SC_MAX_CARD_DRIVER_SNAME_SIZE 16
#define SC_MAX_CARD_APPS 8