From: qhuang8 Date: Tue, 9 Sep 2008 01:47:33 +0000 (+0000) Subject: Remove two obsolete function prototypes. X-Git-Tag: edk2-stable201903~20369 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=dbfb4b229ca44d89b73da0f8b800cf335ac60f84 Remove two obsolete function prototypes. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5851 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Core/Dxe/Exec.h b/MdeModulePkg/Core/Dxe/Exec.h index 19ada45ca2..8fbb9945ab 100644 --- a/MdeModulePkg/Core/Dxe/Exec.h +++ b/MdeModulePkg/Core/Dxe/Exec.h @@ -20,9 +20,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. // // EFI_EVENT // - - - #define EVENT_SIGNATURE EFI_SIGNATURE_32('e','v','n','t') typedef struct { UINTN Signature; @@ -101,35 +98,9 @@ CoreHighestSetBit ( ); - -/** - Disables CPU interrupts. - - @retval EFI_SUCCESS If interrupts were disabled in the CPU. - @retval EFI_INVALID_PARAMETER State is NULL. - -**/ -BOOLEAN -GetInterruptState ( - VOID - ); - // // Exported functions // - - -/** - A function out of date, should be removed. - -**/ -VOID -CoreEventVirtualAddressFixup ( - VOID - ); - - - /** Initializes timer support.