about summary refs log tree commit diff
path: root/string/test-memcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/test-memcmp.c')
-rw-r--r--string/test-memcmp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/string/test-memcmp.c b/string/test-memcmp.c
index c7f157437e..4675bd9eaa 100644
--- a/string/test-memcmp.c
+++ b/string/test-memcmp.c
@@ -25,21 +25,17 @@
 # include <inttypes.h>
 # include <wchar.h>
 
-# define L(str) L##str
 # define MEMCMP wmemcmp
 # define MEMCPY wmemcpy
 # define SIMPLE_MEMCMP simple_wmemcmp
-# define STUPID_MEMCMP stupid_wmemcmp
 # define CHAR wchar_t
 # define MAX_CHAR 256000
 # define UCHAR uint32_t
 # define CHARBYTES 4
 #else
-# define L(str) str
 # define MEMCMP memcmp
 # define MEMCPY memcpy
 # define SIMPLE_MEMCMP simple_memcmp
-# define STUPID_MEMCMP stupid_memcmp
 # define CHAR char
 # define MAX_CHAR 255
 # define UCHAR unsigned char