Skip to content

Commit

Permalink
remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Mar 20, 2017
1 parent 62a1bb8 commit 302e125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Github/Fork/Parent.pm
Expand Up @@ -109,7 +109,6 @@ sub github_parent_author {
my $source=$yaml->{source}{owner}{login};
die "No login in YAML for $link" unless $source;
return $source;
die;
} else {
die "No content";
}
Expand Down

0 comments on commit 302e125

Please sign in to comment.