summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/utils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/utils.c b/utils/utils.c
index 04f24efa5..270b43e95 100644
--- a/utils/utils.c
+++ b/utils/utils.c
@@ -131,9 +131,6 @@ char *cnv_str_local_enc(const char *s)
/**
* Converts UTF-8 string <s> of <length> bytes to the machine local encoding.
* Caller needs to free return value.
- *
- * \todo: we should use libiconv to support more local encodings instead
- * of only ISOLATIN1.
*/
char *cnv_strn_local_enc(const char *s, int length)
{