Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove old setting mode flag.
  • Loading branch information
jnthn committed May 7, 2011
1 parent 538aabd commit d1c4f3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Perl6/Actions.pm
Expand Up @@ -521,9 +521,6 @@ class Perl6::Actions is HLL::Actions {
elsif ~$<module_name> eq 'MONKEY_TYPING' {
$*MONKEY_TYPING := 1;
}
elsif ~$<module_name> eq 'SETTING_MODE' {
$*SETTING_MODE := 1;
}
elsif ~$<module_name> eq 'FORBID_PIR' {
$FORBID_PIR := 1;
}
Expand Down

0 comments on commit d1c4f3f

Please sign in to comment.