Merge pull request #3972
fbf617a
remove an assignment which is never used. (Yoichi Hirai)
This commit is contained in:
commit
f4e1c347cf
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue