summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-01-31 20:02:53 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-01-31 20:02:53 +0000
commit69db4f8f463e509a3e5ccc00e70aa9f94c359d34 (patch)
treeab473bd1cf67bcd6263c383809a27d03b4f62381 /locale
parent41b81892f11fe1353123e892158b53de73863d62 (diff)
Remove PARAMS macros.
Diffstat (limited to 'locale')
-rw-r--r--locale/programs/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/locale/programs/config.h b/locale/programs/config.h
index 606aa02cbf..903db20917 100644
--- a/locale/programs/config.h
+++ b/locale/programs/config.h
@@ -29,10 +29,6 @@
#define DEFAULT_CHARMAP "ANSI_X3.4-1968" /* ASCII */
-#ifndef PARAMS
-# define PARAMS(args) args
-#endif
-
/* This must be one higer than the last used LC_xxx category value. */
#define __LC_LAST 13