mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
quotearg: Remove an unused variable.
* lib/quotearg.c (gettext_quote): Remove a variable that is no longer used after yesterdays changes.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2025-09-05 Collin Funk <collin.funk1@gmail.com>
|
||||
|
||||
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 <eggert@cs.ucla.edu>
|
||||
|
||||
dfa, propername-lite, quotearg: prefer mbszero
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user