From 97a45f46339c20192500fe7869b1c1d72120f026 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,