Blame SOURCES/0009-desc-dump.c-fix-compiler-warning-about-unused-variab.patch

67abd2
From e63347dfecc90c6658229d8636b8d1e50a126b31 Mon Sep 17 00:00:00 2001
67abd2
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
67abd2
Date: Thu, 7 Jun 2018 19:04:44 +0200
67abd2
Subject: [PATCH 9/9] desc-dump.c: fix compiler warning about unused variable
67abd2
67abd2
Left over from the descriptor changes that just got merged.
67abd2
67abd2
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
67abd2
---
67abd2
 desc-dump.c | 1 -
67abd2
 1 file changed, 1 deletion(-)
67abd2
67abd2
diff --git a/desc-dump.c b/desc-dump.c
67abd2
index 19d2cc7..a8759f4 100644
67abd2
--- a/desc-dump.c
67abd2
+++ b/desc-dump.c
67abd2
@@ -356,7 +356,6 @@ static unsigned int get_entry_size(
67abd2
 		const struct desc *desc,
67abd2
 		const struct desc *entry)
67abd2
 {
67abd2
-	const struct desc *current;
67abd2
 	unsigned int size = entry->size;
67abd2
 
67abd2
 	if (entry->size_field != NULL) {
67abd2
-- 
67abd2
2.14.4
67abd2