From b13a1e511270bf503726356d4e8d44231e527cf8 Mon Sep 17 00:00:00 2001 From: SergeySlice Date: Sat, 20 Feb 2021 19:32:23 +0300 Subject: [PATCH] remove unused variable Signed-off-by: SergeySlice --- rEFIt_UEFI/Platform/Nvram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rEFIt_UEFI/Platform/Nvram.cpp b/rEFIt_UEFI/Platform/Nvram.cpp index c070a0d6c..6ac618d77 100755 --- a/rEFIt_UEFI/Platform/Nvram.cpp +++ b/rEFIt_UEFI/Platform/Nvram.cpp @@ -1033,7 +1033,7 @@ PutNvramPlistToRtVars () { // EFI_STATUS Status; // const TagStruct* ValTag; - INTN Size, i; + INTN Size; const VOID *Value; if (gNvramDict == NULL) {