texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Mon, 21 Oct 2024 11:35:18 -0400 (EDT)

branch: master
commit d270fa3e4e3f2864ba9a557ed39ac37188bf876a
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Oct 21 15:40:43 2024 +0100

    * tp/Texinfo/XS/main/converter_types.h (CONVERTER) [HAVE_CXX_HASHMAP]:
    Remove registered_ids_hashmap.
---
 ChangeLog                            | 5 +++++
 tp/Texinfo/XS/main/converter_types.h | 4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 04b576e34a..ba36675336 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-21  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/XS/main/converter_types.h (CONVERTER) [HAVE_CXX_HASHMAP]:
+       Remove registered_ids_hashmap.
+
 2024-10-20  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/parsetexi/Parsetexi.xs (errors): abort if there is no
diff --git a/tp/Texinfo/XS/main/converter_types.h 
b/tp/Texinfo/XS/main/converter_types.h
index c8329ebde0..c9ca701033 100644
--- a/tp/Texinfo/XS/main/converter_types.h
+++ b/tp/Texinfo/XS/main/converter_types.h
@@ -887,10 +887,6 @@ typedef struct CONVERTER {
     /* actually HV * but we do not want to drag in Perl headers */
     void *registered_ids_hv;
     void *registered_ids_c_hashmap;
-#ifdef HAVE_CXX_HASHMAP
-    /* a pointer on C++ data */
-    void *registered_ids_hashmap;
-#endif
     /* potentially one target list per command (only for some actually) */
     HTML_TARGET_LIST html_targets[BUILTIN_CMD_NUMBER];
     HTML_TARGET_LIST html_special_targets[ST_footnote_location+1];



reply via email to

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