Remove no longer needed EfiLoaderStack global variable
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-01-15 18:54:31 +01:00
parent 9a52be5ab9
commit 87d8300c6a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -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;