[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Remove assignment to unused field memory_target.
# HG changeset patch # User emellor@ewan # Node ID 702e7f173465b5cbc16d0fc38f81602e9480e9c8 # Parent 191ffe9a9967001f1a49f9c896b661f80e261e97 Remove assignment to unused field memory_target. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r 191ffe9a9967 -r 702e7f173465 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Sat Sep 17 20:00:33 2005 +++ b/tools/python/xen/xend/XendDomainInfo.py Sat Sep 17 21:34:34 2005 @@ -368,7 +368,6 @@ self.storeDom("console/ring-ref", ref) def setMemoryTarget(self, target): - self.memory_target = target self.storeDom("memory/target", target) def update(self, info=None): _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |