remove incorrect BFD_ASSERT from last patch

This commit is contained in:
Ian Lance Taylor
1996-01-24 22:01:29 +00:00
parent e8f1ad9a8b
commit c703f5399e

@ -2717,7 +2717,6 @@ coff_set_section_contents (abfd, section, location, offset, count)
recend = rec + count;
while (rec < recend)
{
BFD_ASSERT (bfd_get_32 (abfd, rec + 4) == 2);
++section->lma;
rec += bfd_get_32 (abfd, rec) * 4;
}