Skip to content

Commit 43ee365

Browse files
committed
kill some dead code
1 parent 98aa7f7 commit 43ee365

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

htmlify.pl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
my $tg;
2424
my %types;
2525
my %methods-by-type;
26-
my %operators;
2726
my $footer = footer-html;
2827

2928
sub p2h($pod) {
@@ -116,10 +115,6 @@ (Bool :$debug, Bool :$typegraph = False)
116115
:!pod-is-complete,
117116
:name($operator),
118117
);
119-
if %operators{$what}{$operator} {
120-
die "Operator $what $operator defined twice in lib/operators.pod";
121-
}
122-
%operators{$what}{$operator} = $chunk;
123118
}
124119
}
125120
$dr.add-new(

0 commit comments

Comments
 (0)