aboutsummaryrefslogtreecommitdiff
path: root/git2d/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'git2d/utf8.c')
-rw-r--r--git2d/utf8.c8
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);