aboutsummaryrefslogtreecommitdiff
path: root/sys/libunicode/vendor/mkgraphemedata.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libunicode/vendor/mkgraphemedata.c')
-rw-r--r--sys/libunicode/vendor/mkgraphemedata.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys/libunicode/vendor/mkgraphemedata.c b/sys/libunicode/vendor/mkgraphemedata.c
deleted file mode 100644
index f79d851..0000000
--- a/sys/libunicode/vendor/mkgraphemedata.c
+++ /dev/null
@@ -1,24 +0,0 @@
-#include <u.h>
-#include <base.h>
-#include <libunicode.h>
-
-// -----------------------------------------------------------------------
-// main point of entry
-
-static
-void
-usage(void)
-{
- fprintf(stderr, "usage: mkgraphemedata <GraphemeBreakProperty.txt>\n");
- exit(1);
-}
-
-int
-main(int argc, char *argv[])
-{
- io·Stream *utf8;
- char line[1024];
-
- ARGBEGIN{
- }ARGEND;
-}