diff options
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Hand/Handle.c')
-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)) {
|