From d5ff017360a9498f0703495d5e9892be42ce0acb Mon Sep 17 00:00:00 2001 From: Rodrigo Vidal Date: Sun, 15 Feb 2015 19:04:26 -0200 Subject: [PATCH] actorCell already implements IActionContext via IUntypedActorContext --- src/core/Akka/Actor/ActorCell.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Akka/Actor/ActorCell.cs b/src/core/Akka/Actor/ActorCell.cs index 90f1b72d2b6..03cc3274974 100644 --- a/src/core/Akka/Actor/ActorCell.cs +++ b/src/core/Akka/Actor/ActorCell.cs @@ -13,7 +13,7 @@ namespace Akka.Actor { - public partial class ActorCell : IActorContext, IUntypedActorContext, Cell + public partial class ActorCell : IUntypedActorContext, Cell { /// NOTE! Only constructor and ClearActorFields is allowed to update this private InternalActorRef _self;