summaryrefslogtreecommitdiff
path: root/usr.bin/grep/grep.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/grep/grep.h')
-rw-r--r--usr.bin/grep/grep.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/grep/grep.h b/usr.bin/grep/grep.h
index b7ef7fa..7d50c61 100644
--- a/usr.bin/grep/grep.h
+++ b/usr.bin/grep/grep.h
@@ -40,14 +40,7 @@
#include <zlib.h>
#endif
-#ifdef WITHOUT_NLS
#define getstr(n) errstr[n]
-#else
-#include <nl_types.h>
-
-extern nl_catd catalog;
-#define getstr(n) catgets(catalog, 1, n, errstr[n])
-#endif
extern const char *errstr[];