aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include/xen_host_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/include/xen_host_cpu.h')
-rw-r--r--tools/libxen/include/xen_host_cpu.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/libxen/include/xen_host_cpu.h b/tools/libxen/include/xen_host_cpu.h
index 15aee488d4..945a7279d1 100644
--- a/tools/libxen/include/xen_host_cpu.h
+++ b/tools/libxen/include/xen_host_cpu.h
@@ -20,7 +20,6 @@
#define XEN_HOST_CPU_H
#include "xen_common.h"
-#include "xen_cpu_feature.h"
#include "xen_host_cpu_decl.h"
#include "xen_host_decl.h"
@@ -69,7 +68,6 @@ typedef struct xen_host_cpu_record
char *vendor;
int64_t speed;
char *modelname;
- struct xen_cpu_feature_set *features;
double utilisation;
} xen_host_cpu_record;
@@ -223,13 +221,6 @@ xen_host_cpu_get_modelname(xen_session *session, char **result, xen_host_cpu hos
/**
- * Get the features field of the given host_cpu.
- */
-extern bool
-xen_host_cpu_get_features(xen_session *session, struct xen_cpu_feature_set **result, xen_host_cpu host_cpu);
-
-
-/**
* Get the utilisation field of the given host_cpu.
*/
extern bool