summaryrefslogtreecommitdiff
path: root/src/locale/nl_langinfo_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/nl_langinfo_l.c')
-rw-r--r--src/locale/nl_langinfo_l.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/locale/nl_langinfo_l.c b/src/locale/nl_langinfo_l.c
deleted file mode 100644
index b54db95c..00000000
--- a/src/locale/nl_langinfo_l.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <locale.h>
-#include <langinfo.h>
-
-char *nl_langinfo_l(nl_item item, locale_t l)
-{
- return nl_langinfo(item);
-}