From a8bc9d597e19fbe20e5c7cba67b59b8c26141c75 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Sat, 2 Jul 2011 23:36:33 +0000 Subject: [PATCH] [TASK] I forgot. >.< --- Classes/Client/ClientManager.php | 6 ------ 1 file changed, 6 deletions(-) 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(); }