removed unused defines

This commit is contained in:
Frank Morgner 2019-01-21 17:47:32 +01:00
parent 97a58cb441
commit f486486413
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ struct fmap {
struct fmap * map;
};
#define NELE(x) (sizeof(x)/sizeof((x)[0]))
#define STR(x) #x
#define __(x) (x), #x
#define _(x) { (x), #x, NULL, NULL }
#define ul(x) { (x), #x, sc_pkcs11_print_ulong, NULL }
#define ulm(x) { (x), #x, sc_pkcs11_print_ulong, map_##x }