Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Dec 20, 2020
1 parent 28b9581 commit 184079c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/Metamodel/CoercionHOW.nqp
Expand Up @@ -189,7 +189,6 @@ class Perl6::Metamodel::CoercionHOW
|| !(nqp::istype($coerced_decont, $!target_type)
|| nqp::istype($coerced_decont, nqp::gethllsym('Raku', 'Failure')))
{
my %ex := nqp::gethllsym('Raku', 'P6EX');
my $target_type_name := $!target_type.HOW.name($!target_type);
my $value_type_name := $value_type.HOW.name($value_type);
unless $hint {
Expand Down

0 comments on commit 184079c

Please sign in to comment.