mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-25 11:55:28 +01:00
exclude unused variable
Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
parent
2593b69c67
commit
d8faea0ed8
@ -402,7 +402,8 @@ SetPrivateVarProto(void)
|
|||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
//This must be independent install
|
//This must be independent install
|
||||||
// optional protocols
|
// optional protocols
|
||||||
Status = gBS->InstallMultipleProtocolInterfaces (&gImageHandle,
|
EFI_HANDLE NewHandle = NULL;
|
||||||
|
Status = gBS->InstallMultipleProtocolInterfaces ( &NewHandle,///&gImageHandle,
|
||||||
&gAppleFramebufferInfoProtocolGuid,
|
&gAppleFramebufferInfoProtocolGuid,
|
||||||
&mScreenInfo,
|
&mScreenInfo,
|
||||||
// &gEfiOSInfoProtocolGuid,
|
// &gEfiOSInfoProtocolGuid,
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
#include "../Platform/StartupSound.h" // for audioIo
|
#include "../Platform/StartupSound.h" // for audioIo
|
||||||
|
|
||||||
///0C483552-CAC3-4E72-B7DD-94F16C44C394
|
///0C483552-CAC3-4E72-B7DD-94F16C44C394
|
||||||
constexpr const EFI_GUID PreGuid = { 0x0C483552, 0xCAC3, 0x4E72, { 0x87, 0xDD, 0x94, 0xF1, 0x6C, 0x44, 0xC3, 0x94 } };
|
//constexpr const EFI_GUID PreGuid = { 0x0C483552, 0xCAC3, 0x4E72, { 0x87, 0xDD, 0x94, 0xF1, 0x6C, 0x44, 0xC3, 0x94 } };
|
||||||
void testEfires()
|
void testEfires()
|
||||||
{
|
{
|
||||||
// EFI_STATUS Status;
|
// EFI_STATUS Status;
|
||||||
|
Loading…
Reference in New Issue
Block a user