summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-29 14:26:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-29 14:26:52 +0000
commit1b6b9ac6ee46b792913b51f54a9661457b14681c (patch)
tree92847aa59f2cece262410c431dbaed5e0789e53e /src/system.h
parent1b8c1afd7078c5895dd66edc7a6e8e7aadefce7a (diff)
downloadcoreutils-1b6b9ac6ee46b792913b51f54a9661457b14681c.tar.xz
* src/system.h (LOCALEDIR): Remove, since configmake.h now defines
it for us.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index 73a0fef47..577692cfd 100644
--- a/src/system.h
+++ b/src/system.h
@@ -57,7 +57,6 @@ you must include <sys/types.h> before including this file
#include "pathmax.h"
#include "configmake.h"
-#define LOCALEDIR CONFIGMAKE_LOCALEDIR
#if TIME_WITH_SYS_TIME
# include <sys/time.h>