From 6092f7f9bceece01ae78223d9690ba23ee72c93a Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Wed, 9 Oct 2013 13:43:01 +0200 Subject: hardware: fix build This commit sort of reverts commit 657e5bfee810e4a51b33ffd401aa307862491423. --- src/hardware/LMI_ProcessorProvider.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/hardware/LMI_ProcessorProvider.c b/src/hardware/LMI_ProcessorProvider.c index dcec6a3..8a037ea 100644 --- a/src/hardware/LMI_ProcessorProvider.c +++ b/src/hardware/LMI_ProcessorProvider.c @@ -29,8 +29,6 @@ #include "lscpu.h" #include "procfs.h" -static const int LMI_Processor_Family_Other = 1; - CMPIUint16 get_family(const char *family); CMPIUint16 get_cpustatus(const char *status); CMPIUint16 get_enabledstate(const CMPIUint16 status); -- cgit