summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-12-25 20:31:42 +0100
committerJim Meyering <meyering@redhat.com>2010-01-06 10:34:59 +0100
commit578ef062dadbf4dde8251993d508e463fa6ed183 (patch)
tree0660a44f10107bcc9fa34b78379d5eeb5cd1abe7 /src
parent0693f5c2bc9539689aaaf70a52c12bdfc7190d2a (diff)
downloadgrep-578ef062dadbf4dde8251993d508e463fa6ed183.tar.gz
build: avoid warning about unused definition of N_
* src/dfa.c (N_): Remove unused definition.
Diffstat (limited to 'src')
-rw-r--r--src/dfa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dfa.c b/src/dfa.c
index 35f1ad90..ef7a8298 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -76,7 +76,6 @@
#define ISASCIIDIGIT(c) ((unsigned) (c) - '0' <= 9)
#include <gettext.h>
-#define N_(String) gettext_noop(String)
#define _(String) gettext(String)
#include "mbsupport.h" /* defines MBS_SUPPORT if appropriate */