mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Universal/PlatformDriverOverride/PlatOverMngr/PlatOverMngr.c:
Apply r5008 to this code at its new location. r5008 messsage: Fix warning on gcc by removing un-referenced static global variables. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5034 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
74345f685c
commit
1ecca4a5e1
|
@ -37,9 +37,6 @@ STATIC LIST_ENTRY mMappingDataBase = INITIALIZE_LIST_HEAD_VARIABLE (mMapping
|
|||
|
||||
STATIC EFI_HANDLE *mDevicePathHandleBuffer;
|
||||
STATIC EFI_HANDLE *mDriverImageHandleBuffer;
|
||||
STATIC EFI_HANDLE mSelectedCtrDPHandle;
|
||||
|
||||
STATIC CFG_PROTOCOL_INVOKER_CHOICE mChoice[MAX_CHOICE_NUM];
|
||||
|
||||
STATIC UINTN mSelectedCtrIndex;
|
||||
STATIC EFI_STRING_ID mControllerToken[MAX_CHOICE_NUM];
|
||||
|
|
Loading…
Reference in New Issue