remove unused variable

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2021-02-20 19:32:23 +03:00
parent 3fbfaf07eb
commit b13a1e5112

View File

@ -1033,7 +1033,7 @@ PutNvramPlistToRtVars ()
{
// EFI_STATUS Status;
// const TagStruct* ValTag;
INTN Size, i;
INTN Size;
const VOID *Value;
if (gNvramDict == NULL) {