* lib/quotearg.c (gettext_quote): Remove a variable that is no longer
used after yesterdays changes.
+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
gettext_quote (char const *msgid, enum quoting_style s)
{
char const *translation = _(msgid);
- char const *locale_code;
if (translation != msgid)
return translation;