diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-20 09:41:53 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-20 09:41:53 +0000 |
commit | 0e9b156ddc20e64d0721c8232f5e5e19dc00e297 (patch) | |
tree | 9326e60b8d4e44bb8de08afa58bb3d48d287156f /MdeModulePkg/Core/Dxe/Hand | |
parent | dd1245006f07edf691a0668cc16bb88ef5611635 (diff) | |
download | edk2-platforms-0e9b156ddc20e64d0721c8232f5e5e19dc00e297.tar.xz |
Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServicesTableLib for DXE Core.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5697 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Hand')
-rw-r--r-- | MdeModulePkg/Core/Dxe/Hand/Handle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Dxe/Hand/Handle.c b/MdeModulePkg/Core/Dxe/Hand/Handle.c index 99c265996e..d94fdde720 100644 --- a/MdeModulePkg/Core/Dxe/Hand/Handle.c +++ b/MdeModulePkg/Core/Dxe/Hand/Handle.c @@ -370,8 +370,6 @@ CoreInstallProtocolInterfaceNotify ( Prot = NULL;
Handle = NULL;
- ASSERT (gDxeCoreBS != NULL);
-
if (*UserHandle != NULL_HANDLE) {
Status = CoreHandleProtocol (*UserHandle, Protocol, (VOID **)&ExistingInterface);
if (!EFI_ERROR (Status)) {
|