mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-12 16:17:53 +00:00
remove an assignment which is never used.
This commit is contained in:
parent
acac57b8af
commit
fbf617a5f1
@ -1038,10 +1038,7 @@ public:
|
|||||||
if (nReadPosNext >= vch.size())
|
if (nReadPosNext >= vch.size())
|
||||||
{
|
{
|
||||||
if (nReadPosNext > vch.size())
|
if (nReadPosNext > vch.size())
|
||||||
{
|
|
||||||
setstate(std::ios::failbit, "CDataStream::ignore() : end of data");
|
setstate(std::ios::failbit, "CDataStream::ignore() : end of data");
|
||||||
nSize = vch.size() - nReadPos;
|
|
||||||
}
|
|
||||||
nReadPos = 0;
|
nReadPos = 0;
|
||||||
vch.clear();
|
vch.clear();
|
||||||
return (*this);
|
return (*this);
|
||||||
|
Loading…
Reference in New Issue
Block a user