Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove dead line of code.
  • Loading branch information
jnthn committed Jun 23, 2015
1 parent 58f73af commit 6ee5ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Exception.pm
Expand Up @@ -219,7 +219,6 @@ do {
elsif nqp::istype($p6sub, ForeignCode) {
try {
my Mu $sub := nqp::getattr(nqp::decont($p6sub), ForeignCode, '$!do');
my Mu $codeobj := nqp::ifnull(nqp::getcodeobj($sub), Mu);
return True if nqp::iseq_s(nqp::getcodename($sub), 'eval');
return True if nqp::iseq_s(nqp::getcodename($sub), 'print_control');
return False if nqp::iseq_s(nqp::getcodename($sub), 'compile');
Expand Down

0 comments on commit 6ee5ab2

Please sign in to comment.