]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
quotearg: Remove an unused variable.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 6 Sep 2025 01:52:43 +0000 (18:52 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 6 Sep 2025 01:52:43 +0000 (18:52 -0700)
* lib/quotearg.c (gettext_quote): Remove a variable that is no longer
used after yesterdays changes.

ChangeLog
lib/quotearg.c

index 3ec2fff3ecf7a93f9d7805415d13e7a11905ea9e..7e019dfb7899f262bbd0da824e8da7e19c73299d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 24f5e182214f0157b2c219604f93c526ad91cb1a..7de75552384f22238f6108e536b4623bd810918f 100644 (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;