[edk2-devel] [PATCH] EmulatorPkg/Host/Unix: Remove unused declarations

Marvin Häuser posted 1 patch 2 years, 7 months ago
Failed in applying to current master (apply log)
EmulatorPkg/Unix/Host/Host.h | 87 --------------------
1 file changed, 87 deletions(-)
[edk2-devel] [PATCH] EmulatorPkg/Host/Unix: Remove unused declarations
Posted by Marvin Häuser 2 years, 7 months ago
Remove declarations of functions that are not implemented at all,
or are implemented elsewhere.

Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Vitaly Cheptsov <vit9696@protonmail.com>
Signed-off-by: Marvin Häuser <mhaeuser@posteo.de>
---
 EmulatorPkg/Unix/Host/Host.h | 87 --------------------
 1 file changed, 87 deletions(-)

diff --git a/EmulatorPkg/Unix/Host/Host.h b/EmulatorPkg/Unix/Host/Host.h
index 9791cf8c370e..b2e5eafb6323 100644
--- a/EmulatorPkg/Unix/Host/Host.h
+++ b/EmulatorPkg/Unix/Host/Host.h
@@ -145,15 +145,6 @@ typedef struct {
 } IMAGE_CONTEXT_TO_MOD_HANDLE;

 

 

-EFI_STATUS

-EFIAPI

-SecUnixPeiLoadFile (

-  VOID                  *Pe32Data,

-  EFI_PHYSICAL_ADDRESS  *ImageAddress,

-  UINT64                *ImageSize,

-  EFI_PHYSICAL_ADDRESS  *EntryPoint

-  );

-

 int

 main (

   IN  int   Argc,

@@ -169,48 +160,6 @@ SecLoadFromCore (
   IN  VOID    *PeiCoreFile

   );

 

-EFI_STATUS

-SecLoadFile (

-  IN  VOID                    *Pe32Data,

-  IN  EFI_PHYSICAL_ADDRESS    *ImageAddress,

-  IN  UINT64                  *ImageSize,

-  IN  EFI_PHYSICAL_ADDRESS    *EntryPoint

-  );

-

-EFI_STATUS

-SecFfsFindPeiCore (

-  IN  EFI_FIRMWARE_VOLUME_HEADER  *FwVolHeader,

-  OUT VOID                        **Pe32Data

-  );

-

-EFI_STATUS

-SecFfsFindNextFile (

-  IN EFI_FV_FILETYPE             SearchType,

-  IN EFI_FIRMWARE_VOLUME_HEADER  *FwVolHeader,

-  IN OUT EFI_FFS_FILE_HEADER     **FileHeader

-  );

-

-EFI_STATUS

-SecFfsFindSectionData (

-  IN EFI_SECTION_TYPE      SectionType,

-  IN EFI_FFS_FILE_HEADER   *FfsFileHeader,

-  IN OUT VOID              **SectionData

-  );

-

-EFI_STATUS

-EFIAPI

-SecUnixPeCoffLoaderLoadAsDll (

-  IN CHAR8    *PdbFileName,

-  IN VOID     **ImageEntryPoint,

-  OUT VOID    **ModHandle

-  );

-

-EFI_STATUS

-EFIAPI

-SecUnixPeCoffLoaderFreeLibrary (

-  OUT VOID    *ModHandle

-  );

-

 EFI_STATUS

 SecUnixFdAddress (

   IN     UINTN                 Index,

@@ -231,12 +180,6 @@ GasketSecUnixFdAddress (
 ;

 

 

-EFI_STATUS

-GetImageReadFunction (

-  IN PE_COFF_LOADER_IMAGE_CONTEXT          *ImageContext,

-  IN EFI_PHYSICAL_ADDRESS                  *TopOfMemory

-  );

-

 EFI_STATUS

 EFIAPI

 SecImageRead (

@@ -246,36 +189,12 @@ SecImageRead (
   OUT    VOID    *Buffer

   );

 

-CHAR16                            *

-AsciiToUnicode (

-  IN  CHAR8   *Ascii,

-  IN  UINTN   *StrLen OPTIONAL

-  );

-

 UINTN

 CountSeparatorsInString (

   IN  const CHAR16   *String,

   IN  CHAR16   Separator

   );

 

-EFI_STATUS

-EFIAPI

-SecTemporaryRamSupport (

-  IN CONST EFI_PEI_SERVICES   **PeiServices,

-  IN EFI_PHYSICAL_ADDRESS     TemporaryMemoryBase,

-  IN EFI_PHYSICAL_ADDRESS     PermanentMemoryBase,

-  IN UINTN                    CopySize

-  );

-

-EFI_STATUS

-EFIAPI

-GasketSecTemporaryRamSupport (

-  IN CONST EFI_PEI_SERVICES   **PeiServices,

-  IN EFI_PHYSICAL_ADDRESS     TemporaryMemoryBase,

-  IN EFI_PHYSICAL_ADDRESS     PermanentMemoryBase,

-  IN UINTN                    CopySize

-  );

-

 

 RETURN_STATUS

 EFIAPI

@@ -290,12 +209,6 @@ SecPeCoffRelocateImageExtraAction (
   IN OUT PE_COFF_LOADER_IMAGE_CONTEXT  *ImageContext

   );

 

-VOID

-EFIAPI

-SecPeCoffLoaderUnloadImageExtraAction (

-  IN OUT PE_COFF_LOADER_IMAGE_CONTEXT  *ImageContext

-  );

-

 

 VOID

 PeiSwitchStacks (

-- 
2.31.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#78881): https://edk2.groups.io/g/devel/message/78881
Mute This Topic: https://groups.io/mt/84754053/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-