Skip to content

Commit

Permalink
remove an assignment which is never used.
Browse files Browse the repository at this point in the history
  • Loading branch information
pirapira committed Mar 28, 2014
1 parent acac57b commit fbf617a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/serialize.h
Expand Up @@ -1038,10 +1038,7 @@ class CDataStream
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);
Expand Down

0 comments on commit fbf617a

Please sign in to comment.