summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-11-06 16:29:45 -0600
committerJim Meyering <meyering@fb.com>2014-11-30 18:59:35 -0800
commitc750cb5fd1c64e15a21c8686b4de6ec4d288e134 (patch)
treeb8f32accfc29c603dc13f2d89041baa095e1def4
parent3e28ea356afdc7b265d07de03d47c929b3bf9bc6 (diff)
downloadsed-c750cb5fd1c64e15a21c8686b4de6ec4d288e134.tar.gz
maint: avoid gcc warning about unused macro
* sed/regexp.c (END_ERRORS): Remove definition of unused macro.
-rw-r--r--sed/regexp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sed/regexp.c b/sed/regexp.c
index 428315f..3a8091d 100644
--- a/sed/regexp.c
+++ b/sed/regexp.c
@@ -37,7 +37,6 @@ static const char errors[] =
#define NO_REGEX (errors)
#define BAD_MODIF (NO_REGEX + sizeof(N_("no previous regular expression")))
-#define END_ERRORS (BAD_MODIF + sizeof(N_("cannot specify modifiers on empty regexp")))