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
commit41f5d6095f39abd329b6b9bf1002e0d8d4246949 (patch)
tree6d35ba07075f902ff3b8bcc62a6ad446991a4d42
parentc9696a1c97146516b566a13efd56489089cc3df2 (diff)
downloadefi-boot-shim-41f5d6095f39abd329b6b9bf1002e0d8d4246949.tar.gz
efi-boot-shim-41f5d6095f39abd329b6b9bf1002e0d8d4246949.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);