diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 19:50:05 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 19:50:05 +0800 |
commit | c7d545c7bd522853b2e56b383a20ffb7cd2cf213 (patch) | |
tree | 089f32792d92b0d6e191087cda0642f68118ea45 /git2d/utf8.c | |
parent | .gitattributes: Ignore CI and linter configuration (diff) | |
download | forge-c7d545c7bd522853b2e56b383a20ffb7cd2cf213.tar.gz forge-c7d545c7bd522853b2e56b383a20ffb7cd2cf213.tar.zst forge-c7d545c7bd522853b2e56b383a20ffb7cd2cf213.zip |
git2d: Remove UTF-8 checks
Diffstat (limited to 'git2d/utf8.c')
-rw-r--r-- | git2d/utf8.c | 8 |
1 files changed, 0 insertions, 8 deletions
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 <https://runxiyu.org> - */ - -#include "utf8.h" - -extern inline void *utf8_decode(void *buf, uint32_t *c, int *e); |