summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-12-02 16:29:01 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-12-02 16:30:08 -0800
commitdc5882d8c99f47838b75c62a8099dcff0d5bde59 (patch)
treeb5376be9a666cb66a07d924576915237d0694bb9
parente1f495359a74342352c4d6641c0002c7c79327ba (diff)
Remove nearly empty locale.c file
Simply included a bunch of .h files and had no code of its own. Flagged by Solaris ld -z guidance: ld: guidance: removal of unused file recommended: locale.o Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am1
-rw-r--r--locale.c5
2 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index ef042e3..6932996 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,6 @@ luit_SOURCES = \
charset.h \
iso2022.c \
iso2022.h \
- locale.c \
luit.c \
luit.h \
other.c \
diff --git a/locale.c b/locale.c
deleted file mode 100644
index fe070d8..0000000
--- a/locale.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
-
-#include "locale.h"