summaryrefslogtreecommitdiff
path: root/pod/pod2man.PL
diff options
context:
space:
mode:
Diffstat (limited to 'pod/pod2man.PL')
-rw-r--r--pod/pod2man.PL4
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/pod2man.PL b/pod/pod2man.PL
index 42ad9f917c..e7edf1f5e8 100644
--- a/pod/pod2man.PL
+++ b/pod/pod2man.PL
@@ -1050,10 +1050,6 @@ sub mkindex {
my ($entry) = @_;
my @entries = split m:\s*/\s*:, $entry;
push @Indices, ".IX Xref " . join ' ', map {qq("$_")} @entries;
- for $entry (@entries) {
- print qq("$entry" );
- }
- print "\n";
return '';
}