Skip to content

Commit

Permalink
Eliminate some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 7, 2016
1 parent 411e76f commit cf199c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Junction.pm
Expand Up @@ -71,7 +71,6 @@ my class Junction { # declared in BOOTSTRAP
my Mu $pos_rpa := nqp::getattr(nqp::decont(args), Capture, '$!list');
sub thread_junction(int $i) {
my Junction $arg := nqp::atpos($pos_rpa, $i);
my Str $type := nqp::getattr(nqp::decont($arg), Junction, '$!type');
my @states := nqp::getattr(nqp::decont($arg), Junction, '$!storage');

my Mu $res := nqp::list();
Expand Down

0 comments on commit cf199c9

Please sign in to comment.