entry: Remove useless term init before panic

This commit is contained in:
mintsuki 2021-10-31 19:02:02 +01:00
parent 00bbfe82b2
commit 948e97c2ec
1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ void uefi_entry(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) {
(void **)&loaded_image);
if (status) {
term_vbe(0, 0);
early_term = true;
panic("HandleProtocol failure (%x)", status);
}