summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/rune.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-10-23 02:13:05 +0000
committerache <ache@FreeBSD.org>1995-10-23 02:13:05 +0000
commit04162007d2d3e53c50936e8debe07599c3755d6b (patch)
treee71d938055f0e433fa933bdd24650a4f85cc43cd /lib/libc/locale/rune.c
parentb24a8228567dddcb767b767049ece808acef4497 (diff)
downloadFreeBSD-src-04162007d2d3e53c50936e8debe07599c3755d6b.zip
FreeBSD-src-04162007d2d3e53c50936e8debe07599c3755d6b.tar.gz
Reduce static binaries bloat by splitting out normally unused
setinvalidrune()
Diffstat (limited to 'lib/libc/locale/rune.c')
-rw-r--r--lib/libc/locale/rune.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libc/locale/rune.c b/lib/libc/locale/rune.c
index 2c9c7a7..bc4d07c 100644
--- a/lib/libc/locale/rune.c
+++ b/lib/libc/locale/rune.c
@@ -45,13 +45,6 @@ static char sccsid[] = "@(#)rune.c 8.1 (Berkeley) 6/4/93";
#include <sys/types.h>
#include <sys/stat.h>
-void
-setinvalidrune(ir)
- rune_t ir;
-{
- _INVALID_RUNE = ir;
-}
-
_RuneLocale *
_Read_RuneMagi(fp)
FILE *fp;
OpenPOWER on IntegriCloud