summaryrefslogtreecommitdiff
path: root/src/locale/strcasecmp_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/strcasecmp_l.c')
-rw-r--r--src/locale/strcasecmp_l.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/locale/strcasecmp_l.c b/src/locale/strcasecmp_l.c
deleted file mode 100644
index ca805430..00000000
--- a/src/locale/strcasecmp_l.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <strings.h>
-
-int strcasecmp_l(const char *l, const char *r, locale_t loc)
-{
- return strcasecmp(l, r);
-}