Commit a57e5234 authored by Gasol Wu's avatar Gasol Wu Committed by Bas de Nooijer

remove dead code

parent eeceb85b
......@@ -79,10 +79,6 @@ class Solarium_Client_Adapter_PeclHttp extends Solarium_Client_Adapter
throw new Solarium_Client_HttpException($e->getMessage());
}
if ($error = $httpRequest->getResponseInfo('error')) {
throw new Solarium_Client_HttpException($error);
}
return new Solarium_Client_Response(
$httpMessage->getBody(),
$this->_toRawHeaders($httpMessage)
......
......@@ -137,7 +137,6 @@ HTTP/1.1 $statusCode $statusMessage
$body
EOF;
$message = new HttpMessage($data);
$request = new Solarium_Client_Request();
$mockHttpRequest = $this->getMock('HttpRequest');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment