diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-11-28 14:25:58 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-11-29 18:52:14 +0100 |
commit | 97106391955337155e70c7976779198a1be16a03 (patch) | |
tree | 462592ab08d46ba3263dd5a864e6368e42a4ef44 /EmbeddedPkg/Include | |
parent | a21eb02d0a3c374213b0e3007273b0877ff7955f (diff) | |
download | edk2-97106391955337155e70c7976779198a1be16a03.tar.gz edk2-97106391955337155e70c7976779198a1be16a03.tar.bz2 edk2-97106391955337155e70c7976779198a1be16a03.zip |
EmbeddedPkg/PrePiHobLib: drop CreateHobList() from library
Drop the declaration and the implementation of CreateHoblist(),
which is not used anywhere.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/Include')
-rw-r--r-- | EmbeddedPkg/Include/Library/PrePiLib.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/EmbeddedPkg/Include/Library/PrePiLib.h b/EmbeddedPkg/Include/Library/PrePiLib.h index cf70fca3b6..a857308ece 100644 --- a/EmbeddedPkg/Include/Library/PrePiLib.h +++ b/EmbeddedPkg/Include/Library/PrePiLib.h @@ -275,24 +275,6 @@ HobConstructor ( );
/**
- Retrieves the magic value from the PE/COFF header.
-
- @param Hdr The buffer in which to return the PE32, PE32+, or TE header.
-
- @return EFI_IMAGE_NT_OPTIONAL_HDR32_MAGIC - Image is PE32
- @return EFI_IMAGE_NT_OPTIONAL_HDR64_MAGIC - Image is PE32+
-
-**/
-VOID
-CreateHobList (
- IN VOID *MemoryBegin,
- IN UINTN MemoryLength,
- IN VOID *HobBase,
- IN VOID *StackBase
- );
-
-
-/**
This service enables PEIMs to create various types of HOBs.
@param Type The type of HOB to be installed.
|