Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Provisionally add "is cas" trait to $@%"
This reverts commit 3648d3d.
  • Loading branch information
lizmat committed Apr 16, 2014
1 parent 3648d3d commit f1f30d2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/core/asyncops.pm
Expand Up @@ -14,16 +14,6 @@ multi sub await(Channel $c) {
$c.receive
}

multi trait_mod:<is>(Variable:D $v, :$cas!) {
#place holder
}
multi trait_mod:<is>(Array:D $v, :$cas!) {
#place holder
}
multi trait_mod:<is>(Hash:D $v, :$cas!) {
#place holder
}

sub INVOKE_KV(&block, $key, $value?) {

my @names = map *.name, &block.signature.params;
Expand Down

0 comments on commit f1f30d2

Please sign in to comment.