From: vanjeff Date: Wed, 17 Nov 2010 01:25:34 +0000 (+0000) Subject: Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. X-Git-Tag: edk2-stable201903~15397 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=b6ee58980525321bc5724ecc9a71dbc7beccf14e Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11069 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/SmmDebugAgentLib.c b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/SmmDebugAgentLib.c index fa42311659..f75759e815 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/SmmDebugAgentLib.c +++ b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/SmmDebugAgentLib.c @@ -15,12 +15,9 @@ #include "SmmDebugAgentLib.h" DEBUG_AGENT_MAILBOX *mMailboxPointer = NULL; - -GLOBAL_REMOVE_IF_UNREFERENCED DEBUG_AGENT_MAILBOX mLocalMailbox; - -GLOBAL_REMOVE_IF_UNREFERENCED UINTN mSavedDebugRegisters[6]; - -CONST BOOLEAN MultiProcessorDebugSupport = FALSE; +DEBUG_AGENT_MAILBOX mLocalMailbox; +UINTN mSavedDebugRegisters[6]; +CONST BOOLEAN MultiProcessorDebugSupport = FALSE; /**