aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoremellor@ewan <emellor@ewan>2005-09-28 17:00:22 +0100
committeremellor@ewan <emellor@ewan>2005-09-28 17:00:22 +0100
commit4075caad61f8a4e9579c10c3432d31d7847af8d6 (patch)
tree614a0fa1e653a7508a8946f5c02320258b839473 /tools
parent182124af7b7e69579f704e2a3f49322f2c3b22d9 (diff)
downloadxen-4075caad61f8a4e9579c10c3432d31d7847af8d6.tar.gz
xen-4075caad61f8a4e9579c10c3432d31d7847af8d6.tar.bz2
xen-4075caad61f8a4e9579c10c3432d31d7847af8d6.zip
Remove unused domain_devtype_get.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendDomain.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py
index 0ec777f6ab..6820bb33f0 100644
--- a/tools/python/xen/xend/XendDomain.py
+++ b/tools/python/xen/xend/XendDomain.py
@@ -470,14 +470,6 @@ class XendDomain:
return self.callInfo(domid, XendDomainInfo.getDeviceSxprs, devtype)
- def domain_devtype_get(self, domid, devtype, devid):
- """Get a device from a domain.
-
- @return: device object (or None)
- """
- return self.callInfo(domid, XendDomainInfo.getDevice, devtype, devid)
-
-
def domain_vif_limit_set(self, id, vif, credit, period):
"""Limit the vif's transmission rate
"""