summaryrefslogtreecommitdiff
path: root/src/conf/cpu_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/cpu_conf.c')
-rw-r--r--src/conf/cpu_conf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/conf/cpu_conf.c b/src/conf/cpu_conf.c
index 28fbeade6a..49236186e6 100644
--- a/src/conf/cpu_conf.c
+++ b/src/conf/cpu_conf.c
@@ -56,12 +56,6 @@ VIR_ENUM_IMPL(virCPUFeaturePolicy, VIR_CPU_FEATURE_LAST,
"disable",
"forbid")
-VIR_ENUM_IMPL(virMemAccess, VIR_MEM_ACCESS_LAST,
- "default",
- "shared",
- "private")
-
-
void ATTRIBUTE_NONNULL(1)
virCPUDefFreeModel(virCPUDefPtr def)
{