[TASK] I forgot. >.<

This commit is contained in:
Jan Philipp Timme 2011-07-02 23:36:33 +00:00
parent 9e83b0602a
commit a8bc9d597e
1 changed files with 0 additions and 6 deletions

View File

@ -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();
}