aboutsummaryrefslogtreecommitdiff
path: root/string/test-strncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/test-strncmp.c')
-rw-r--r--string/test-strncmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/string/test-strncmp.c b/string/test-strncmp.c
index 3e35142..693ab4d 100644
--- a/string/test-strncmp.c
+++ b/string/test-strncmp.c
@@ -88,7 +88,6 @@ simple_strncmp (const char *s1, const char *s2, size_t n)
typedef int (*proto_t) (const CHAR *, const CHAR *, size_t);
-IMPL (SIMPLE_STRNCMP, 0)
IMPL (STRNCMP, 1)