mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
a5c1c592c4
commit
c0edac24d5
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue