Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss perl6ize_type dynop.
  • Loading branch information
jnthn committed Apr 9, 2013
1 parent 879a068 commit 8627b69
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/ops/perl6.ops
Expand Up @@ -852,22 +852,6 @@ inline op perl6_box_bigint(out PMC, in NUM) :base_core {
}
}

/*

=item perl6ize_type(out PMC, in PMC)

Looks for Parrot-y types sneaking into Perl 6 land and maps them
into Perl 6 types.

=cut

*/
inline op perl6ize_type(out PMC, in PMC) :base_core {
if ($2->vtable->base_type == smo_id)
$1 = $2;
else
$1 = Rakudo_types_parrot_map(interp, $2);
}

/*

Expand Down

0 comments on commit 8627b69

Please sign in to comment.