mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
remove unused variable
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
3fbfaf07eb
commit
b13a1e5112
@ -1033,7 +1033,7 @@ PutNvramPlistToRtVars ()
|
||||
{
|
||||
// EFI_STATUS Status;
|
||||
// const TagStruct* ValTag;
|
||||
INTN Size, i;
|
||||
INTN Size;
|
||||
const VOID *Value;
|
||||
|
||||
if (gNvramDict == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user