Skip to content

Commit

Permalink
Remove expired deprecations for 2015.05 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 19, 2015
1 parent 8ab32b8 commit 4924f04
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/core/VM.pm
Expand Up @@ -34,21 +34,6 @@ class VM does Systemic {
}
}

multi sub postcircumfix:<{ }> (VM $d, "name" ) {
DEPRECATED('$*VM.name', |<2014.05 2015.05>, :what('$*VM<name>') );
$d.name
}
multi sub postcircumfix:<{ }> (VM $d, "config" ) {
DEPRECATED('$*VM.config', |<2014.05 2015.05>, :what('$*VM<config>') );
$d.config
}
#?if jvm
multi sub postcircumfix:<{ }> (VM $d, "properties" ) {
DEPRECATED('$*VM.properties', |<2014.05 2015.05>, :what('$*VM<properties>') );
$d.properties
}
#?endif

sub INITIALIZE-A-VM-NOW() {
my $desc := DateTime.now.Str;
#?if moar
Expand Down

0 comments on commit 4924f04

Please sign in to comment.