remove unused PCD

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2337 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2007-01-31 04:07:33 +00:00
parent f8d88c1ffc
commit 86e6bb786f
3 changed files with 17 additions and 40 deletions

View File

@@ -313,10 +313,10 @@ MapMemory (
INTN prot,
INTN flags)
{
STATIC UINTN base = 0x40000000;
CONST UINTN align = (1 << 24);
VOID *res;
BOOLEAN isAligned = 0;
STATIC UINTN base = 0x40000000;
CONST UINTN align = (1 << 24);
VOID *res = NULL;
BOOLEAN isAligned = 0;
//
// Try to get an aligned block somewhere in the address space of this