Deprecation removal hunt (#27250)

This commit is contained in:
Christopher Batey 2019-07-05 12:16:51 +01:00 committed by Patrik Nordwall
parent 2db03309ce
commit b9f02aba0c
8 changed files with 24 additions and 46 deletions

View file

@ -603,7 +603,6 @@ private[akka] final class PromiseActorRef private (
case _ =>
}
@deprecated("Use context.watch(actor) and receive Terminated(actor)", "2.2")
override private[akka] def isTerminated: Boolean = state match {
case Stopped | _: StoppedWithPath => true
case _ => false