From 623c9559853b2e9bcb89f3dbe75e4d8164e68913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Ha=CC=88user?= <8659494+mhaeuser@users.noreply.github.com> Date: Wed, 29 Mar 2023 21:55:23 +0200 Subject: [PATCH] EmulatorPkg/Host: Remove orphaned GetImageReadFunction() --- EmulatorPkg/Unix/Host/Host.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/EmulatorPkg/Unix/Host/Host.h b/EmulatorPkg/Unix/Host/Host.h index f564ff19e0..eb7f340dba 100644 --- a/EmulatorPkg/Unix/Host/Host.h +++ b/EmulatorPkg/Unix/Host/Host.h @@ -220,12 +220,6 @@ GasketSecUnixFdAddress ( ) ; -EFI_STATUS -GetImageReadFunction ( - IN UEFI_IMAGE_LOADER_IMAGE_CONTEXT *ImageContext, - IN EFI_PHYSICAL_ADDRESS *TopOfMemory - ); - CHAR16 * AsciiToUnicode ( IN CHAR8 *Ascii,