DirectoryBlob: Remove redundant assert
DiscContent::Read contains an equivalent assertion.
This commit is contained in:
parent
6b0a60d2ee
commit
74ada98e84
|
@ -156,7 +156,6 @@ bool DiscContentContainer::Read(u64 offset, u64 length, u8* buffer) const
|
|||
|
||||
while (it != m_contents.end() && length > 0)
|
||||
{
|
||||
_dbg_assert_(DISCIO, it->GetOffset() <= offset);
|
||||
if (!it->Read(&offset, &length, &buffer))
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue