summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/mbcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/grep/mbcache.h')
-rw-r--r--gnu/usr.bin/grep/mbcache.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/usr.bin/grep/mbcache.h b/gnu/usr.bin/grep/mbcache.h
deleted file mode 100644
index 3b76e25..0000000
--- a/gnu/usr.bin/grep/mbcache.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* $FreeBSD$ */
-#ifndef MB_CACHE_DEFINED
-#define MB_CACHE_DEFINED
-struct mb_cache
-{
- size_t len;
- const char *orig_buf; /* not the only reference; do not free */
- wchar_t *wcs_buf;
- unsigned char *mblen_buf;
-};
-#endif
OpenPOWER on IntegriCloud