From c7d545c7bd522853b2e56b383a20ffb7cd2cf213 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 19:50:05 +0800 Subject: git2d: Remove UTF-8 checks --- git2d/utf8.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 git2d/utf8.c (limited to 'git2d/utf8.c') diff --git a/git2d/utf8.c b/git2d/utf8.c deleted file mode 100644 index 27c7a22..0000000 --- a/git2d/utf8.c +++ /dev/null @@ -1,8 +0,0 @@ -/*- - * SPDX-License-Identifier: AGPL-3.0-only - * SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu - */ - -#include "utf8.h" - -extern inline void *utf8_decode(void *buf, uint32_t *c, int *e); -- cgit v1.2.3