diff --git a/src/system/boot/platform/efi/start.cpp b/src/system/boot/platform/efi/start.cpp index 16fa9621ef..a8cc4bc718 100644 --- a/src/system/boot/platform/efi/start.cpp +++ b/src/system/boot/platform/efi/start.cpp @@ -277,8 +277,6 @@ efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systemTable) kBootServices = systemTable->BootServices; kRuntimeServices = systemTable->RuntimeServices; - memset(&args, 0, sizeof(stage2_args)); - call_ctors(); console_init();