Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss an op that's now in the default set.
  • Loading branch information
jnthn committed Jul 21, 2012
1 parent e3f8021 commit c02c86d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QPerl6/Ops.pm
Expand Up @@ -18,7 +18,6 @@ $ops.add_hll_pirop_mapping('perl6', 'lcm_i', 'lcm', 'Iii');
$ops.add_hll_pirop_mapping('perl6', 'gcd_i', 'gcd', 'Iii');
$ops.add_hll_pirop_mapping('perl6', 'sqrt_n', 'sqrt', 'NN');
$ops.add_hll_pirop_mapping('perl6', 'create', 'repr_instance_of', 'PP');
$ops.add_hll_pirop_mapping('perl6', 'exit', 'exit', 'vi');
$ops.add_hll_pirop_mapping('perl6', 'p6store', 'perl6_container_store', '0PP');
$ops.add_hll_pirop_mapping('perl6', 'p6type', 'perl6ize_type', 'PP');
$ops.add_hll_pirop_mapping('perl6', 'p6takedisp', 'perl6_take_dispatcher', 'v');
Expand Down

0 comments on commit c02c86d

Please sign in to comment.