Skip to content

Commit

Permalink
Remove List.(classify|categorize), they're handled by Any
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 2, 2013
1 parent 52ecebc commit 1b5924c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/List.pm
Expand Up @@ -375,10 +375,6 @@ my class List does Positional { # declared in BOOTSTRAP
$tpos >= +$tseq;
}

method classify ($test) { {}.classify_list( $test, @.list ) }

method categorize ($test) { {}.categorize_list( $test, @.list ) }

# This needs a way of taking a user-defined comparison
# specifier, but AFAIK nothing has been spec'd yet.
method uniq() {
Expand Down

0 comments on commit 1b5924c

Please sign in to comment.