Skip to content

Commit

Permalink
Remove deprecated $*OS and $*OSVER
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Sep 4, 2015
1 parent d977ee6 commit e251aa7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/Perl6/Actions.nqp
Expand Up @@ -2008,15 +2008,7 @@ Compilation unit '$file' contained the following violations:

if $twigil eq '*' {
# DEPRECATIONS
if $name eq '$*OS' {
$*W.DEPRECATED($/,
'$*DISTRO.name','2014.09','2015.09',:what('$*OS'));
}
elsif $name eq '$*OSVER' {
$*W.DEPRECATED($/,
'$*DISTRO.version','2014.09','2015.09',:what('$*OSVER'));
}
elsif $name eq '$*EXECUTABLE_NAME' {
if $name eq '$*EXECUTABLE_NAME' {
$*W.DEPRECATED($/,
'$*EXECUTABLE-NAME','2015.06','2015.09',:what('$*EXECUTABLE_NAME'));
}
Expand Down

0 comments on commit e251aa7

Please sign in to comment.