entry: Remove useless term init before panic

This commit is contained in:
mintsuki 2021-10-31 19:02:02 +01:00
parent 2993e2d32e
commit 12811d00bc

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);
}