Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Lenz <moritz@faui2k3.org>
  • Loading branch information
Jimmy Zhuo authored and moritz committed Jun 17, 2010
1 parent 17e43e8 commit 7df145b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/metaops.pm
Expand Up @@ -31,7 +31,6 @@ our multi sub crosswith(&op, $lhs, $rhs) {
gather while ?$lhs-list {
my $a = $lhs-list.shift;
for @($rhs-list) -> $b {
my $b-copy = $b;
take &op($a, $b);
}
}
Expand Down

0 comments on commit 7df145b

Please sign in to comment.