Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make :a($i) and a => $i mutable like 'a' => $i
  • Loading branch information
niner committed Sep 19, 2015
1 parent 2232157 commit 4023a33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Perl6/Actions.nqp
Expand Up @@ -1864,8 +1864,6 @@ Compilation unit '$file' contained the following violations:

sub make_pair($key_str, $value) {
my $key := $*W.add_string_constant($key_str);
$key.named('key');
$value.named('value');
QAST::Op.new(
:op('callmethod'), :name('new'), :returns($*W.find_symbol(['Pair'])),
QAST::Var.new( :name('Pair'), :scope('lexical') ),
Expand Down

0 comments on commit 4023a33

Please sign in to comment.