Removed create-as and corresponding ActorRecipe. See #1511

This commit is contained in:
Patrik Nordwall 2012-01-17 14:27:23 +01:00
parent e81791cbb6
commit f01b9486aa
8 changed files with 9 additions and 46 deletions

View file

@ -103,7 +103,7 @@ class RemoteActorRefProvider(
})
deployment match {
case Some(Deploy(_, _, _, _, RemoteScope(address)))
case Some(Deploy(_, _, _, RemoteScope(address)))
// FIXME RK this should be done within the deployer, i.e. the whole parsing business
address.parse(remote.transports) match {
case Left(x)