summaryrefslogtreecommitdiff
path: root/debian/patches/unused-variable
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/unused-variable')
-rw-r--r--debian/patches/unused-variable19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/unused-variable b/debian/patches/unused-variable
deleted file mode 100644
index b6435ce6..00000000
--- a/debian/patches/unused-variable
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
-Subject: Remove unused variable; pointed out by Werror=unused-variable
-
----
- shim.c | 1 -
- 1 file changed, 1 deletion(-)
-
-Index: b/shim.c
-===================================================================
---- a/shim.c
-+++ b/shim.c
-@@ -1118,7 +1118,6 @@ static EFI_STATUS handle_image (void *da
- EFI_STATUS efi_status;
- char *buffer;
- int i;
-- unsigned int size;
- EFI_IMAGE_SECTION_HEADER *Section;
- char *base, *end;
- PE_COFF_LOADER_IMAGE_CONTEXT context;