diff options
Diffstat (limited to 'string/test-memcmp.c')
-rw-r--r-- | string/test-memcmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/string/test-memcmp.c b/string/test-memcmp.c index 89ef3419a0..181b689f68 100644 --- a/string/test-memcmp.c +++ b/string/test-memcmp.c @@ -85,7 +85,6 @@ SIMPLE_MEMCMP (const char *s1, const char *s2, size_t n) typedef int (*proto_t) (const CHAR *, const CHAR *, size_t); -IMPL (SIMPLE_MEMCMP, 0) IMPL (MEMCMP, 1) static int |