Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
Accidental left-over from
a4f9090
  • Loading branch information
zoffixznet committed Feb 25, 2018
1 parent a4f9090 commit 235d3f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -304,7 +304,6 @@ my class Binder {
(my $post := nqp::getattr($param, Parameter,
'@!post_constraints'))
&& ! nqp::istype(nqp::atpos($post, 0), Code)
&& (my $is-constraint := 1)
) ?? nqp::atpos($post, 0) !! $nom_type;

if nqp::defined($error) {
Expand Down

0 comments on commit 235d3f1

Please sign in to comment.