X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIpf%2FCpuBreakpoint.c;h=0097d991ebf2ae2bb75b10282672621dc92b79eb;hp=478cac8c91414e1dfcbf9b617f8a0dfb72f9eca9;hb=a69c49fc119ae22e62acd00da011fb9e2bfa433f;hpb=4cbd21753299e5c119af283aa49443a47d7a72fb diff --git a/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c b/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c index 478cac8c91..0097d991eb 100644 --- a/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c +++ b/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c @@ -97,25 +97,6 @@ EnableInterrupts ( _enable (); } -/** - Retrieves the current CPU interrupt state. - - Retrieves the current CPU interrupt state. Returns TRUE is interrupts are - currently enabled. Otherwise returns FALSE. - - @retval TRUE CPU interrupts are enabled. - @retval FALSE CPU interrupts are disabled. - -**/ -BOOLEAN -EFIAPI -GetInterruptState ( - VOID - ) -{ - return FALSE; -} - /** Enables CPU interrupts for the smallest window required to capture any pending interrupts.