From c0edac24d50893c6e3ea931ee608b4bbcb8ba0b4 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sun, 7 Dec 2008 22:55:17 +0000 Subject: [PATCH] Remove unused declarations from the UEFI Runtime Library for: extern const EFI_EVENT_NOTIFY _gDriverExitBootServicesEvent[]; extern const EFI_EVENT_NOTIFY _gDriverSetVirtualAddressMapEvent[]; git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6901 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/UefiRuntimeLib.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MdePkg/Include/Library/UefiRuntimeLib.h b/MdePkg/Include/Library/UefiRuntimeLib.h index 3b490e23cf..6c37831139 100644 --- a/MdePkg/Include/Library/UefiRuntimeLib.h +++ b/MdePkg/Include/Library/UefiRuntimeLib.h @@ -15,11 +15,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __UEFI_RUNTIME_LIB__ #define __UEFI_RUNTIME_LIB__ - -extern const EFI_EVENT_NOTIFY _gDriverExitBootServicesEvent[]; - -extern const EFI_EVENT_NOTIFY _gDriverSetVirtualAddressMapEvent[]; - /** This function allows the caller to determine if UEFI ExitBootServices() has been called.