[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/Convert/Info.pm (format_node): Remov
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/Texinfo/Convert/Info.pm (format_node): Remove commented-out line of code. |
Date: |
Sun, 28 Jan 2024 13:50:48 -0500 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 84b0717bb4 * tp/Texinfo/Convert/Info.pm (format_node): Remove
commented-out line of code.
84b0717bb4 is described below
commit 84b0717bb48869953d11ab83111f1f84a7e49bc7
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Jan 28 18:50:40 2024 +0000
* tp/Texinfo/Convert/Info.pm (format_node):
Remove commented-out line of code.
---
ChangeLog | 5 +++++
tp/Texinfo/Convert/Info.pm | 2 --
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index bb125bb906..9ccbbedcb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-28 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/Texinfo/Convert/Info.pm (format_node):
+ Remove commented-out line of code.
+
2024-01-28 Gavin Smith <gavinsmith0123@gmail.com>
* tp/Texinfo/Convert/Unicode.pm (string_width):
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index 9bface112d..5c26d61066 100644
--- a/tp/Texinfo/Convert/Info.pm
+++ b/tp/Texinfo/Convert/Info.pm
@@ -509,8 +509,6 @@ sub format_node($$)
or not $node->{'extra'}->{'is_target'});
my ($node_text, undef) = $self->node_name($node);
- # check not needed most probably because of the test of 'normalized'.
- #return '' if ($node_text eq '');
my $output_filename;
if (defined($self->{'output_filename'})) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/Convert/Info.pm (format_node): Remove commented-out line of code.,
Gavin D. Smith <=