ImageTool: Drop redundant FIXMEs

This commit is contained in:
Marvin Häuser 2023-06-15 11:40:32 +02:00 committed by MikhailKrichanov
parent 5644ad0827
commit ca23202d18
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@ CheckToolImageSegment (
return false;
}
// FIXME: Expand prior segment
if (Segment->ImageAddress != *PreviousEndAddress) {
DEBUG_RAISE ();
return false;

View File

@ -128,7 +128,6 @@ ScanPeGetRelocInfo (
RelocType = IMAGE_RELOC_TYPE (RelocBlock->Relocations[RelocIndex]);
RelocOffset = IMAGE_RELOC_OFFSET (RelocBlock->Relocations[RelocIndex]);
// FIXME: Make separate functions for UE
switch (RelocType) {
case EFI_IMAGE_REL_BASED_ABSOLUTE:
continue;