diff --git a/xtldr/xtldr.c b/xtldr/xtldr.c index be8d90d..91a1912 100644 --- a/xtldr/xtldr.c +++ b/xtldr/xtldr.c @@ -21,9 +21,6 @@ PEFI_SYSTEM_TABLE EfiSystemTable; /* EFI Secure Boot status */ INT_PTR EfiSecureBoot; -/* New bootloader stack */ -PVOID EfiLoaderStack; - /* Serial port configuration */ CPPORT EfiSerialPort;