summaryrefslogtreecommitdiff
path: root/src/locale/iconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/iconv.c')
-rw-r--r--src/locale/iconv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/locale/iconv.c b/src/locale/iconv.c
index 5f1b0a3e..c64bcf35 100644
--- a/src/locale/iconv.c
+++ b/src/locale/iconv.c
@@ -129,11 +129,6 @@ iconv_t iconv_open(const char *to, const char *from)
return combine_to_from(t, f);
}
-int iconv_close(iconv_t cd)
-{
- return 0;
-}
-
static unsigned get_16(const unsigned char *s, int e)
{
e &= 1;