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:
qhuang8
2008-09-09 01:50:38 +00:00
parent dbfb4b229c
commit 599979d4ce
2 changed files with 0 additions and 6 deletions

View File

@@ -151,6 +151,5 @@ CoreReleaseMemoryLock (
extern EFI_LOCK gMemoryLock;
extern LIST_ENTRY gMemoryMap;
extern MEMORY_MAP *gMemoryLastConvert;
extern LIST_ENTRY mGcdMemorySpaceMap;
#endif