texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/Texinfo/XS/convert/converter.c (converter_co


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/convert/converter.c (converter_converter): remove unused variable.
Date: Mon, 21 Oct 2024 14:20:31 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new adc5915637 * tp/Texinfo/XS/convert/converter.c (converter_converter): 
remove unused variable.
adc5915637 is described below

commit adc59156372566e2ce795a09bf90f22222d4512b
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Oct 21 20:20:24 2024 +0200

    * tp/Texinfo/XS/convert/converter.c (converter_converter): remove
    unused variable.
---
 ChangeLog                         | 5 +++++
 tp/Texinfo/XS/convert/converter.c | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 24d098aec7..1604271c70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-21  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/convert/converter.c (converter_converter): remove
+       unused variable.
+
 2024-10-21  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/Makefile.am (EXTRA_DIST): remove files from EXTRA_DIST
diff --git a/tp/Texinfo/XS/convert/converter.c 
b/tp/Texinfo/XS/convert/converter.c
index 9560c1fe3f..f47e40b67b 100644
--- a/tp/Texinfo/XS/convert/converter.c
+++ b/tp/Texinfo/XS/convert/converter.c
@@ -449,7 +449,6 @@ converter_converter (enum converter_format format,
                      const CONVERTER_INITIALIZATION_INFO *input_user_conf)
 {
   CONVERTER_INITIALIZATION_INFO *format_defaults;
-  unsigned long flags;
 
   size_t converter_descriptor = new_converter (format);
   CONVERTER *converter = retrieve_converter (converter_descriptor);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]