Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove support for bless *, deprecated 1 year ago
  • Loading branch information
lizmat committed Dec 18, 2014
1 parent 1c88e82 commit 2698598
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/Mu.pm
Expand Up @@ -73,10 +73,6 @@ my class Mu { # declared in BOOTSTRAP
}

method bless(*@autovivs, *%attrinit) {
if @autovivs && nqp::istype(@autovivs.at_pos(0), Whatever) {
DEPRECATED( "a call to bless without initial * parameter", |<2013.12 2014.12>);
@autovivs.shift;
}
nqp::create(self).BUILDALL(@autovivs, %attrinit);
}

Expand Down

0 comments on commit 2698598

Please sign in to comment.