Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused generate() function.
  • Loading branch information
pmichaud committed Apr 9, 2012
1 parent 119fe3b commit f911bae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/operators.pm
Expand Up @@ -67,9 +67,6 @@ sub SEQUENCE($left, $right, :$exclude_end) {
$endpoint = Bool::False if $infinite;
my $tail := ().list;

my sub generate($code) {
}

my sub succpred($cmp) {
($cmp < 0) ?? { $^x.succ } !! ( $cmp > 0 ?? { $^x.pred } !! { $^x } )
}
Expand Down

0 comments on commit f911bae

Please sign in to comment.