From 3839b92b8528aef34d7882f5fcfb159303e856e8 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Tue, 9 Oct 2012 09:43:37 -0400 Subject: Remove unused variable --- MokManager.c | 1 - 1 file changed, 1 deletion(-) diff --git a/MokManager.c b/MokManager.c index 416cd97b..4e7975a8 100644 --- a/MokManager.c +++ b/MokManager.c @@ -689,7 +689,6 @@ static UINTN file_callback (void *data, void *data2) { void *mokbuffer = NULL, *mok; UINTN MokSize = 0, MokNewSize; MokListNode *MokNew; - int i; mok = LibGetVariableAndSize(L"MokList", &shim_lock_guid, &MokSize); -- cgit v1.2.3