aboutsummaryrefslogtreecommitdiff
path: root/sys/libutf/runelen.c
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-12 09:22:01 -0800
committerNicholas <nbnoll@eml.cc>2021-11-12 09:22:01 -0800
commitce05175372a9ddca1a225db0765ace1127a39293 (patch)
tree5988b4d4f6b402e4953945886fc90aae11203df6 /sys/libutf/runelen.c
parentb375f3cdedb5b0e08745d100b40e38d2f8396a58 (diff)
chore: simplified organizational structurelaptop
Diffstat (limited to 'sys/libutf/runelen.c')
-rw-r--r--sys/libutf/runelen.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/libutf/runelen.c b/sys/libutf/runelen.c
deleted file mode 100644
index dac7f15..0000000
--- a/sys/libutf/runelen.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "internal.h"
-
-int
-utf8·runelen(rune r)
-{
- byte s[10];
- return utf8·encode(&r, s);
-}