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
commitdb5b79b871201a410dd1088df24a0aa62dea841c (patch)
treea3b04b1eb995d98c4ae38b085743db2e36d211e4
parentee96433ec006a68a036b79d59e0cd88e9807590a (diff)
downloadtxr-db5b79b871201a410dd1088df24a0aa62dea841c.tar.gz
txr-db5b79b871201a410dd1088df24a0aa62dea841c.tar.bz2
txr-db5b79b871201a410dd1088df24a0aa62dea841c.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));