Skip to content

Commit

Permalink
Remove $*INITTIME as promised
Browse files Browse the repository at this point in the history
It was marked for removal in 2018.08
  • Loading branch information
AlexDaniel committed Sep 2, 2018
1 parent 11f1902 commit a37c6aa
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/core/Instant.pm6
Expand Up @@ -122,17 +122,5 @@ Rakudo::Internals.REGISTER-DYNAMIC: '$*INIT-INSTANT', {
Rakudo::Internals.tai-from-posix(Rakudo::Internals.INITTIME,0).Rat
)
}
Rakudo::Internals.REGISTER-DYNAMIC: '$*INITTIME', {
my ($file, $line) = .file, .line with callframe 3;
Rakudo::Deprecations.DEPRECATED(
'$*INIT-INSTANT',
'2017.09.84.gb.02.da.4.d.1.a',
'2018.08',
:what<$*INITTIME>,
:$file,
:$line
);
$*INIT-INSTANT
}

# vim: ft=perl6 expandtab sw=4

0 comments on commit a37c6aa

Please sign in to comment.