mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Remove unused global variable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5852 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dbfb4b229c
commit
599979d4ce
@ -151,6 +151,5 @@ CoreReleaseMemoryLock (
|
||||
|
||||
extern EFI_LOCK gMemoryLock;
|
||||
extern LIST_ENTRY gMemoryMap;
|
||||
extern MEMORY_MAP *gMemoryLastConvert;
|
||||
extern LIST_ENTRY mGcdMemorySpaceMap;
|
||||
#endif
|
||||
|
@ -24,8 +24,3 @@ EFI_LOCK gMemoryLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_NOTIFY);
|
||||
// MemoryMap - the current memory map
|
||||
//
|
||||
LIST_ENTRY gMemoryMap = INITIALIZE_LIST_HEAD_VARIABLE (gMemoryMap);
|
||||
|
||||
//
|
||||
// MemoryLastConvert - the last memory descriptor used for a conversion request
|
||||
//
|
||||
MEMORY_MAP *gMemoryLastConvert;
|
||||
|
Loading…
x
Reference in New Issue
Block a user