mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Merge pull request #3972
fbf617a
remove an assignment which is never used. (Yoichi Hirai)
This commit is contained in:
commit
f4e1c347cf
@ -1038,10 +1038,7 @@ public:
|
||||
if (nReadPosNext >= vch.size())
|
||||
{
|
||||
if (nReadPosNext > vch.size())
|
||||
{
|
||||
setstate(std::ios::failbit, "CDataStream::ignore() : end of data");
|
||||
nSize = vch.size() - nReadPos;
|
||||
}
|
||||
nReadPos = 0;
|
||||
vch.clear();
|
||||
return (*this);
|
||||
|
Loading…
Reference in New Issue
Block a user