Skip to content

Commit

Permalink
Delete commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jun 15, 2021
1 parent 1b68c3f commit 46dd392
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ext/Pod-Html/lib/Pod/Html.pm
Original file line number Diff line number Diff line change
Expand Up @@ -617,14 +617,6 @@ sub write_file {
chmod 0644, $self->{Htmlfile} unless $self->{Htmlfile} eq '-';
}
#sub compare {
# my ($ha, $hb) = @_;
# local $Data::Dumper::Terse = 1;
# local $Data::Dumper::Indent = 0;
# local $Data::Dumper::Sortkeys = 1;
# return (Dumper($ha) eq Dumper($hb)) ? 1 : 0;
#}
package Pod::Simple::XHTML::LocalPodLinks;
use strict;
use warnings;
Expand Down

0 comments on commit 46dd392

Please sign in to comment.