domain.numatune: Remove MEMORY_MODES
It doesn't have any user
This commit is contained in:
parent
192da16f6b
commit
4370fd7c6c
|
@ -60,8 +60,6 @@ class DomainNumatune(XMLBuilder):
|
|||
"than pCPUs."))
|
||||
|
||||
|
||||
MEMORY_MODES = ["interleave", "strict", "preferred"]
|
||||
|
||||
XML_NAME = "numatune"
|
||||
_XML_PROP_ORDER = ["memory_mode", "memory_nodeset"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue