diff --git a/src/system/boot/platform/efi/start.cpp b/src/system/boot/platform/efi/start.cpp index e871b236bd..9d485b87d7 100644 --- a/src/system/boot/platform/efi/start.cpp +++ b/src/system/boot/platform/efi/start.cpp @@ -43,7 +43,6 @@ efi_handle kImage; static uint32 sBootOptions; -void* gFDT; extern "C" int main(stage2_args *args); extern "C" void _start(void); @@ -177,7 +176,6 @@ extern "C" efi_status efi_main(efi_handle image, efi_system_table *systemTable) { stage2_args args; - gFDT = NULL; memset(&args, 0, sizeof(stage2_args));