domain.numatune: Remove MEMORY_MODES

It doesn't have any user
This commit is contained in:
Cole Robinson 2018-06-04 14:21:49 -04:00
parent 192da16f6b
commit 4370fd7c6c
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ class DomainNumatune(XMLBuilder):
"than pCPUs."))
MEMORY_MODES = ["interleave", "strict", "preferred"]
XML_NAME = "numatune"
_XML_PROP_ORDER = ["memory_mode", "memory_nodeset"]