X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FEbc%2FProcessorBind.h;fp=MdePkg%2FInclude%2FEbc%2FProcessorBind.h;h=86b9b99408b34cc4bb3331d3dc22923bed119106;hp=4e8517537164648b0242782ed27eceb5334fd193;hb=fc0072c87e837d6da433a2df56e26900c1f19c5a;hpb=dda3a6cecc54b05dd8ecca0b0d881e68514c5894 diff --git a/MdePkg/Include/Ebc/ProcessorBind.h b/MdePkg/Include/Ebc/ProcessorBind.h index 4e85175371..86b9b99408 100644 --- a/MdePkg/Include/Ebc/ProcessorBind.h +++ b/MdePkg/Include/Ebc/ProcessorBind.h @@ -121,14 +121,6 @@ typedef unsigned long UINTN; #define EFIAPI #endif -/// -/// The Microsoft* C compiler can removed references to unreferenced data items -/// if the /OPT:REF linker option is used. We defined a macro as this is a -/// a non standard extension. Currently not supported by the EBC compiler -/// -#define GLOBAL_REMOVE_IF_UNREFERENCED - - /** Return the pointer to the first instruction of a function given a function pointer. On EBC architectures, these two pointer values are the same,