aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/xen/xend/XendConstants.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python/xen/xend/XendConstants.py')
-rw-r--r--tools/python/xen/xend/XendConstants.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/python/xen/xend/XendConstants.py b/tools/python/xen/xend/XendConstants.py
index c41b0fae54..bc1c400422 100644
--- a/tools/python/xen/xend/XendConstants.py
+++ b/tools/python/xen/xend/XendConstants.py
@@ -115,7 +115,7 @@ TRIGGER_TYPE = {
}
#
-# Device migration stages (eg. XendDomainInfo, XendCheckpoint, server.tpmif)
+# Device migration stages (eg. XendDomainInfo, XendCheckpoint)
#
DEV_MIGRATE_TEST = 0
@@ -124,12 +124,6 @@ DEV_MIGRATE_STEP2 = 2
DEV_MIGRATE_STEP3 = 3
#
-# VTPM-related constants
-#
-
-VTPM_DELETE_SCRIPT = auxbin.scripts_dir() + '/vtpm-delete'
-
-#
# Xenstore Constants
#