From 0e9b156ddc20e64d0721c8232f5e5e19dc00e297 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 20 Aug 2008 09:41:53 +0000 Subject: 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 --- MdeModulePkg/Core/Dxe/Hand/Handle.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'MdeModulePkg/Core/Dxe/Hand') 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)) { -- cgit v1.2.3