aboutsummaryrefslogtreecommitdiff
path: root/sys/libutf/runelen.c
diff options
context:
space:
mode:
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);
-}