MDL-38798 remove unused property which was giving notices in PHP 5.5beta

This commit is contained in:
Petr Škoda 2013-04-07 11:41:19 +02:00
parent 422f68fb86
commit ecff46cddc

View File

@ -3026,7 +3026,6 @@ class curl {
*/
private function formatHeader($ch, $header)
{
$this->count++;
if (strlen($header) > 2) {
list($key, $value) = explode(" ", rtrim($header, "\r\n"), 2);
$key = rtrim($key, ':');