unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] Remove unused variable.
@ 2021-05-24 13:01 Roel Janssen
  2021-05-24 14:19 ` Maxime Devos
  0 siblings, 1 reply; 2+ messages in thread
From: Roel Janssen @ 2021-05-24 13:01 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 111 bytes --]

Hi Guilers,

While compiling Guile with "-Wall" I noticed this unused declaration.

Kind regards,
Roel Janssen

[-- Attachment #2: 0001-Remove-unused-variable.patch --]
[-- Type: text/x-patch, Size: 715 bytes --]

From b67638db33e59e026fdbfb6db5468db4f8aebf01 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Mon, 24 May 2021 14:56:20 +0200
Subject: [PATCH] Remove unused variable.

* lib/localcharset.c (environ_locale_charset): Remove declaration of 'aliases'.
---
 lib/localcharset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/localcharset.c b/lib/localcharset.c
index 87a5979a3..5d4ce9e05 100644
--- a/lib/localcharset.c
+++ b/lib/localcharset.c
@@ -1164,7 +1164,7 @@ const char *
 environ_locale_charset (void)
 {
   static char buf[2 + 10 + 1];
-  const char *codeset, *aliases;
+  const char *codeset;
   const char *locale = NULL;
 
   locale = getenv ("LC_ALL");
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-24 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 13:01 [PATCH] Remove unused variable Roel Janssen
2021-05-24 14:19 ` Maxime Devos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).