OcMachoLib: Drop missed invalid ASSERT.

This commit is contained in:
Download-Fritz 2018-10-19 23:17:11 +02:00
parent ee9296b25d
commit 923cbb6bdb

View File

@ -391,7 +391,6 @@ MachoGetNextSection64 (
)
{
ASSERT (Segment != NULL);
ASSERT (Section != NULL);
if (Section != NULL) {
++Section;