mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-03 03:44:15 +00:00
Remove unused assigning (success is assinged anyway)
This commit is contained in:
parent
bf8db7725f
commit
88f52c4902
@ -744,7 +744,6 @@ namespace client
|
|||||||
LogPrint (eLogInfo, "Addressbook: received ", m_Link, " ETag: ", m_Etag, " Last-Modified: ", m_LastModified);
|
LogPrint (eLogInfo, "Addressbook: received ", m_Link, " ETag: ", m_Etag, " Last-Modified: ", m_LastModified);
|
||||||
if (!response.eof () && !response.fail ())
|
if (!response.eof () && !response.fail ())
|
||||||
{
|
{
|
||||||
success = true;
|
|
||||||
if (!isChunked)
|
if (!isChunked)
|
||||||
success = ProcessResponse (response, isGzip);
|
success = ProcessResponse (response, isGzip);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user