Skip to content

Commit

Permalink
Eliminate some more dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 7, 2016
1 parent cf199c9 commit f9db924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Junction.pm
Expand Up @@ -116,7 +116,6 @@ my class Junction { # declared in BOOTSTRAP
if nqp::istype($v, Junction) {
my Mu $nam_hash := nqp::getattr(nqp::decont(args), Capture, '$!hash');
my @states := nqp::getattr(nqp::decont($v), Junction, '$!storage');
my $type := nqp::getattr(nqp::decont($v), Junction, '$!type');
my Mu $res := nqp::list();
@states.map: -> \st --> Nil {
nqp::bindkey($nam_hash, $k, st);
Expand Down

0 comments on commit f9db924

Please sign in to comment.