Skip to content

Commit

Permalink
Merge pull request #712 from MasterDuke17/remove_no_longer_needed_sla…
Browse files Browse the repository at this point in the history
…ng_override_in_Braid

Remove no longer needed $!slang override in Braid
  • Loading branch information
MasterDuke17 committed Apr 8, 2021
2 parents 0bc2117 + 37d1498 commit 622e888
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/QRegex/Cursor.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ role NQPMatchRole is export {
unless nqp::index($name,"-actions") > 0;
$ERR.say(" (value in braid: " ~ $bvalue.HOW.name($bvalue) ~ ", value in %*LANG: " ~ $value.HOW.name($value) ~ ")")
unless nqp::isnull($bvalue);
# XXX Override braid from %*LANG until after everyone fixes their modules.
nqp::bindkey(nqp::getattr($!braid, Braid, '$!slangs'), $name, $value);
}
}
self
Expand Down

0 comments on commit 622e888

Please sign in to comment.