From c750cb5fd1c64e15a21c8686b4de6ec4d288e134 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 6 Nov 2014 16:29:45 -0600 Subject: maint: avoid gcc warning about unused macro * sed/regexp.c (END_ERRORS): Remove definition of unused macro. --- sed/regexp.c | 1 - 1 file changed, 1 deletion(-) 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"))) -- cgit v1.2.1