summaryrefslogtreecommitdiffstats
path: root/src/hardware
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2013-10-09 13:43:01 +0200
committerJan Synacek <jsynacek@redhat.com>2013-10-09 14:27:51 +0200
commit6092f7f9bceece01ae78223d9690ba23ee72c93a (patch)
treee9d298e1c4a901310dd9060cd5321cbca28a13b6 /src/hardware
parentb7e528d124479cbbac636279a10abb527c987fe2 (diff)
downloadopenlmi-providers-6092f7f9bceece01ae78223d9690ba23ee72c93a.tar.gz
openlmi-providers-6092f7f9bceece01ae78223d9690ba23ee72c93a.tar.xz
openlmi-providers-6092f7f9bceece01ae78223d9690ba23ee72c93a.zip
hardware: fix build
This commit sort of reverts commit 657e5bfee810e4a51b33ffd401aa307862491423.
Diffstat (limited to 'src/hardware')
-rw-r--r--src/hardware/LMI_ProcessorProvider.c2
1 files changed, 0 insertions, 2 deletions
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);