From: Collin Funk Date: Sat, 6 Sep 2025 01:52:43 +0000 (-0700) Subject: quotearg: Remove an unused variable. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4883d9e60ee286c7290e51f3b0562893a4b7a4bc;p=thirdparty%2Fgnulib.git quotearg: Remove an unused variable. * lib/quotearg.c (gettext_quote): Remove a variable that is no longer used after yesterdays changes. --- diff --git a/ChangeLog b/ChangeLog index 3ec2fff3ec..7e019dfb78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-09-05 Collin Funk + + quotearg: Remove an unused variable. + * lib/quotearg.c (gettext_quote): Remove a variable that is no longer + used after yesterdays changes. + 2025-09-05 Paul Eggert dfa, propername-lite, quotearg: prefer mbszero diff --git a/lib/quotearg.c b/lib/quotearg.c index 24f5e18221..7de7555238 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -198,7 +198,6 @@ static char const * gettext_quote (char const *msgid, enum quoting_style s) { char const *translation = _(msgid); - char const *locale_code; if (translation != msgid) return translation;