summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/UefiRuntimeLib.h
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-07 22:55:17 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-07 22:55:17 +0000
commitc0edac24d50893c6e3ea931ee608b4bbcb8ba0b4 (patch)
treeb2bfe819b44aea83242c4a504c4586a81f822a7d /MdePkg/Include/Library/UefiRuntimeLib.h
parenta5c1c592c49d85a675672765cd0901c0b1adaa75 (diff)
downloadedk2-c0edac24d50893c6e3ea931ee608b4bbcb8ba0b4.tar.gz
edk2-c0edac24d50893c6e3ea931ee608b4bbcb8ba0b4.tar.bz2
edk2-c0edac24d50893c6e3ea931ee608b4bbcb8ba0b4.zip
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
Diffstat (limited to 'MdePkg/Include/Library/UefiRuntimeLib.h')
-rw-r--r--MdePkg/Include/Library/UefiRuntimeLib.h5
1 files changed, 0 insertions, 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.