diff options
Diffstat (limited to 'string')
-rw-r--r-- | string/memcmp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/string/memcmp.c b/string/memcmp.c index ea0fa03..047ca4f 100644 --- a/string/memcmp.c +++ b/string/memcmp.c @@ -48,9 +48,6 @@ and store. Must be an unsigned type. */ # define OPSIZ (sizeof (op_t)) -/* Threshold value for when to enter the unrolled loops. */ -# define OP_T_THRES 16 - /* Type to use for unaligned operations. */ typedef unsigned char byte; |