git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18149 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -59,9 +59,6 @@ class Zend_Service_Simpy
*/
public function __construct($username, $password)
{
- /**
- * @see Zend_Service_Rest
- */
$this->_http = new Zend_Http_Client;
$this->_http->setAuth($username, $password);
}