Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove redundant op mappings.
  • Loading branch information
jnthn committed Mar 2, 2013
1 parent ec1c81a commit 0087ce6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Perl6/Ops.pm
Expand Up @@ -11,7 +11,6 @@ $ops.add_hll_pirop_mapping('perl6', 'p6list', 'perl6_list_from_rpa', 'PPPP', :in
$ops.add_hll_pirop_mapping('perl6', 'p6listitems', 'perl6_listitems', 'PP', :inlinable(1));
$ops.add_hll_pirop_mapping('perl6', 'p6decont', 'perl6_decontainerize', 'PP', :inlinable(1));
$ops.add_hll_pirop_mapping('perl6', 'p6recont_ro', 'perl6_recontainerize_to_ro', 'PP', :inlinable(1));
$ops.add_hll_pirop_mapping('perl6', 'ishash', 'perl6_is_hash', 'IP', :inlinable(1));
$ops.add_hll_pirop_mapping('perl6', 'p6store', 'perl6_container_store', '0PP', :inlinable(1));
$ops.add_hll_pirop_mapping('perl6', 'p6type', 'perl6ize_type', 'PP', :inlinable(1));
$ops.add_hll_pirop_mapping('perl6', 'p6takedisp', 'perl6_take_dispatcher', 'v');
Expand Down Expand Up @@ -135,5 +134,3 @@ QAST::Operations.add_hll_unbox('perl6', 's', -> $qastcomp, $post {
$ops
});
QAST::Compiler.force_return_boxing_for_hll('perl6');

QAST::Operations.add_core_pirop_mapping('findnotcclass', 'find_not_cclass', 'Iisii');

0 comments on commit 0087ce6

Please sign in to comment.