Skip to content

Commit

Permalink
Remove List.batch method, as it is obsolete.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Aug 23, 2010
1 parent 689bb75 commit 819e2ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/List.pm
Expand Up @@ -140,12 +140,6 @@ augment class List does Positional {
multi method hash() {
my %h = self;
}

# CHEAT: Get the lazy list tests that depend on .batch
# up and running in the new system.
our method batch($n) {
self[(^$n).list];
}
}


0 comments on commit 819e2ce

Please sign in to comment.