[PATCH v1 04/13] tools/x86/kcpuid: Remove unused local variable

Ahmed S. Darwish posted 13 patches 1 year, 2 months ago
[PATCH v1 04/13] tools/x86/kcpuid: Remove unused local variable
Posted by Ahmed S. Darwish 1 year, 2 months ago
The local variable "index" is not used anywhere; remove it.

Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de>
---
 tools/arch/x86/kcpuid/kcpuid.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tools/arch/x86/kcpuid/kcpuid.c b/tools/arch/x86/kcpuid/kcpuid.c
index 1ec60c892206..201382da07c3 100644
--- a/tools/arch/x86/kcpuid/kcpuid.c
+++ b/tools/arch/x86/kcpuid/kcpuid.c
@@ -211,10 +211,6 @@ static void raw_dump_range(struct cpuid_range *range)
 
 	for (f = 0; (int)f < range->nr; f++) {
 		struct cpuid_func *func = &range->funcs[f];
-		u32 index = f;
-
-		if (range->is_ext)
-			index += 0x80000000;
 
 		/* Skip leaf without valid items */
 		if (!func->nr)
-- 
2.46.2