summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2012-10-09 09:43:37 -0400
committerMatthew Garrett <mjg@redhat.com>2012-10-09 09:43:37 -0400
commit3839b92b8528aef34d7882f5fcfb159303e856e8 (patch)
tree6d35ba07075f902ff3b8bcc62a6ad446991a4d42
parentfcb7401ed6b12cfff37c862928841857db8a6bf7 (diff)
downloadefi-boot-shim-3839b92b8528aef34d7882f5fcfb159303e856e8.tar.gz
efi-boot-shim-3839b92b8528aef34d7882f5fcfb159303e856e8.zip
Remove unused variable
-rw-r--r--MokManager.c1
1 files changed, 0 insertions, 1 deletions
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);