mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-24 18:27:49 +02:00
ImageTool: Drop redundant FIXMEs
This commit is contained in:
parent
5644ad0827
commit
ca23202d18
@ -26,7 +26,6 @@ CheckToolImageSegment (
|
||||
return false;
|
||||
}
|
||||
|
||||
// FIXME: Expand prior segment
|
||||
if (Segment->ImageAddress != *PreviousEndAddress) {
|
||||
DEBUG_RAISE ();
|
||||
return false;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user