[TASK] I forgot. >.<
This commit is contained in:
parent
9e83b0602a
commit
a8bc9d597e
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue