Skip to content

Commit

Permalink
Merge pull request #16 from viviparous/master
Browse files Browse the repository at this point in the history
remove dead code; tests run successfully
  • Loading branch information
autarch committed May 27, 2016
2 parents 95294a3 + 1db5d1e commit a53dd60
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/DateTime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1297,14 +1297,6 @@ sub jd { $_[0]->mjd + 2_400_000.5 }
return sprintf( "%0${size}d", $val );
}

sub _space_padded_string {
my $self = shift;
my $size = length shift;
my $val = shift;

return sprintf( "% ${size}s", $val );
}

sub format_cldr {
my $self = shift;

Expand Down

0 comments on commit a53dd60

Please sign in to comment.