From daf0ab0c5402b3f493be73bd3b7dc7f977234c91 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 28 May 2022 13:05:45 -0700 Subject: buf: remove stray utf8 declaration. * buf.c (utf8_dup_to_buf): stray declaration removed. --- buf.c | 2 -- 1 file changed, 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)); -- cgit v1.2.3