Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove "eval" from poison list
That should never happen anymore, as it's called EVAL now.
  • Loading branch information
lizmat committed Aug 4, 2014
1 parent f48e207 commit f25e551
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/Optimizer.nqp
Expand Up @@ -973,7 +973,6 @@ class Perl6::Optimizer {

# Poisonous calls.
my %poison_calls := nqp::hash(
'eval', NQPMu, '&eval', NQPMu,
'EVAL', NQPMu, '&EVAL', NQPMu,
'callwith', NQPMu, '&callwith', NQPMu,
'callsame', NQPMu, '&callsame', NQPMu,
Expand Down

0 comments on commit f25e551

Please sign in to comment.