tls: remove unused define

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2021-09-30 00:03:23 +02:00
parent 35727f5741
commit ac36e70074

View File

@ -24,8 +24,6 @@ static void dump_hex(const char *fmt, const void *vp, int len)
# define dump_hex(...) ((void)0)
#endif
#undef DIGIT_BIT
#define DIGIT_BIT 32
typedef int32_t sp_digit;
/* The code below is taken from parts of