1
0
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:
Collin Funk
2025-09-05 18:52:43 -07:00
parent 012cf99fda
commit 4883d9e60e
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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;