From 5f0c093e57f0e25dead03038c501d7302f89f6a0 Mon Sep 17 00:00:00 2001 From: "Li, Fei1" Date: Thu, 20 Dec 2018 18:59:58 +0800 Subject: [PATCH] hv: coding style: remove no real declaration for external variable There is no no real declaration for these external variables. So just remove them. Tracked-On: #861 Signed-off-by: Li, Fei1 --- hypervisor/include/arch/x86/gdt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hypervisor/include/arch/x86/gdt.h b/hypervisor/include/arch/x86/gdt.h index 18dad36a4..d40b32bf7 100644 --- a/hypervisor/include/arch/x86/gdt.h +++ b/hypervisor/include/arch/x86/gdt.h @@ -137,8 +137,6 @@ struct host_gdt_descriptor { struct host_gdt *gdt; } __packed; -extern struct host_gdt HOST_GDT; -extern struct host_gdt_descriptor HOST_GDTR; void load_gdtr_and_tr(void); #endif /* end #ifndef ASSEMBLER */