texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Remove unused code.


From: Patrice Dumas
Subject: branch master updated: Remove unused code.
Date: Mon, 22 Feb 2021 18:28:22 -0500

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 a8e680b  Remove unused code.
a8e680b is described below

commit a8e680b4d1e8ff12d1ce69db7ff774f9abdf6ee0
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Feb 23 00:26:05 2021 +0100

    Remove unused code.
    
    * tp/Texinfo/XS/parsetexi/Parsetexi.pm (%tree_informations)
---
 ChangeLog                            | 6 ++++++
 tp/Texinfo/XS/parsetexi/Parsetexi.pm | 5 -----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index da7755b..9e44af8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2021-02-22  Patrice Dumas  <pertusus@free.fr>
 
+       Remove unused code.
+
+       * tp/Texinfo/XS/parsetexi/Parsetexi.pm (%tree_informations)
+
+2021-02-22  Patrice Dumas  <pertusus@free.fr>
+
        * tp/Texinfo/Structuring.pm (set_menus_node_directions)
        (nodes_tree, _section_direction_associated_node), 
        (_complete_check_menus_directions): separate
diff --git a/tp/Texinfo/XS/parsetexi/Parsetexi.pm 
b/tp/Texinfo/XS/parsetexi/Parsetexi.pm
index 8f5ab61..aa578bd 100644
--- a/tp/Texinfo/XS/parsetexi/Parsetexi.pm
+++ b/tp/Texinfo/XS/parsetexi/Parsetexi.pm
@@ -53,11 +53,6 @@ my %parser_default_configuration =
   (%Texinfo::Common::default_parser_state_configuration,
    %Texinfo::Common::default_customization_values);
 
-my %tree_informations;
-foreach my $tree_information ('values', 'macros', 'explained_commands', 
'labels') {
-  $tree_informations{$tree_information} = 1;
-}
-
 use Storable qw(dclone); # standard in 5.007003
 
 sub simple_parser {



reply via email to

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