From 0a9028fb21eda8176c728c0dd509c5ed8d153f2b Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 18 Feb 2017 11:44:05 +0100 Subject: [PATCH] remove compiler warnings --- arch/x86/kernel/processor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/processor.c b/arch/x86/kernel/processor.c index 8563ae82a..15202f638 100644 --- a/arch/x86/kernel/processor.c +++ b/arch/x86/kernel/processor.c @@ -615,7 +615,6 @@ int cpu_detection(void) { check_est(first_time); if (first_time && on_hypervisor()) { - uint32_t c, d; char vendor_id[13]; LOG_INFO("HermitCore is running on a hypervisor!\n");