Skip to content

Commit

Permalink
Remove bogus decontainerization.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 15, 2013
1 parent 3b39d8b commit f94fb8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Perl6/Metamodel/BOOTSTRAP.pm
Expand Up @@ -992,9 +992,8 @@ BEGIN {
else {
my $param;
if $got_prim == $BIND_VAL_OBJ {
$param := nqp::decont(
pir::perl6ize_type__PP(
nqp::captureposarg($capture, $i)));
$param := pir::perl6ize_type__PP(
nqp::captureposarg($capture, $i));
}
else {
$param := $got_prim == $BIND_VAL_INT ?? Int !!
Expand Down

0 comments on commit f94fb8b

Please sign in to comment.