Remove unused assigning (success is assinged anyway)

This commit is contained in:
Osipov Kirill 2016-06-11 11:20:20 +03:00
parent bf8db7725f
commit 88f52c4902

View File

@ -744,7 +744,6 @@ namespace client
LogPrint (eLogInfo, "Addressbook: received ", m_Link, " ETag: ", m_Etag, " Last-Modified: ", m_LastModified);
if (!response.eof () && !response.fail ())
{
success = true;
if (!isChunked)
success = ProcessResponse (response, isGzip);
else