Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove commented code
  • Loading branch information
dwarring committed Apr 7, 2014
1 parent 49c0367 commit e414443
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration/advent2013-day14.t
Expand Up @@ -169,7 +169,6 @@ my @currency_exchanges = (CurrencyExchange.new( :id<fast>, :delay(1) ),
method TOP($/) {
my %result;
%result<_> = $<entries>.ast;
## for $<section> -> $sec {
for @<section> -> $sec {
%result{$sec<key>} = $sec<entries>.ast;
}
Expand All @@ -178,7 +177,6 @@ my @currency_exchanges = (CurrencyExchange.new( :id<fast>, :delay(1) ),

method entries($/) {
my %entries;
## for $<entry> -> $e {
for @<entry> -> $e {
%entries{$e<key>} = ~$e<value>;
}
Expand Down

0 comments on commit e414443

Please sign in to comment.