diff --git a/Classes/Client/ClientManager.php b/Classes/Client/ClientManager.php index 1119bc9..e038d27 100644 --- a/Classes/Client/ClientManager.php +++ b/Classes/Client/ClientManager.php @@ -21,11 +21,6 @@ class Client_ClientManager { */ protected $clientPool; - /** - * @var array - */ - protected $routingRules; - /** * An array that contains all protocols we have clients for. * @var array @@ -47,7 +42,6 @@ class Client_ClientManager { $this->connectionPool = new Connection_ConnectionPool(); $this->clientPool = array(); $this->registeredProtocols = array(); - $this->routingRules = array(); $this->configPool = array(); }