Removed unsed variable.

This commit is contained in:
Juan Basso 2010-11-09 18:54:33 -02:00
parent 8c2f9e1d2b
commit b46b861383

View file

@ -112,7 +112,6 @@ class CakeSocket {
}
if ($this->config['persistent'] == true) {
$tmp = null;
$this->connection = @pfsockopen($scheme.$this->config['host'], $this->config['port'], $errNum, $errStr, $this->config['timeout']);
} else {
$this->connection = @fsockopen($scheme.$this->config['host'], $this->config['port'], $errNum, $errStr, $this->config['timeout']);