Remove even more unused stuff in constant_time_test.c.

This commit is contained in:
Brian Smith 2016-03-17 12:28:47 -10:00
parent 081890e9e5
commit d80d3c09fc

View File

@ -52,8 +52,6 @@
static const unsigned int CONSTTIME_TRUE = (unsigned)(~0);
static const unsigned int CONSTTIME_FALSE = 0;
static const uint8_t CONSTTIME_TRUE_8 = 0xff;
static const uint8_t CONSTTIME_FALSE_8 = 0;
static int test_binary_op(unsigned int (*op)(unsigned int a, unsigned int b),
const char* op_name, unsigned int a, unsigned int b,