mirror of https://github.com/acidanthera/audk.git
Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11069 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5d73d92f56
commit
b6ee589805
|
@ -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;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue