summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-05-28 13:05:45 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-05-28 13:05:45 -0700
commitdaf0ab0c5402b3f493be73bd3b7dc7f977234c91 (patch)
treea3b04b1eb995d98c4ae38b085743db2e36d211e4
parenteaec6a766396d40f017c6a3a00bb5b70d90babdc (diff)
downloadtxr-daf0ab0c5402b3f493be73bd3b7dc7f977234c91.tar.gz
txr-daf0ab0c5402b3f493be73bd3b7dc7f977234c91.tar.bz2
txr-daf0ab0c5402b3f493be73bd3b7dc7f977234c91.zip
buf: remove stray utf8 declaration.
* buf.c (utf8_dup_to_buf): stray declaration removed.
-rw-r--r--buf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/buf.c b/buf.c
index 37eb993e..04e1a971 100644
--- a/buf.c
+++ b/buf.c
@@ -1223,8 +1223,6 @@ static val uint_buf(val buf)
return normalize(ubn);
}
-unsigned char *utf8_dup_to_buf(const wchar_t *, size_t *pnbytes,
- int null_term);
void buf_init(void)
{
reg_fun(intern(lit("make-buf"), user_package), func_n3o(make_buf, 1));