[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Mark unused variable as such.
# HG changeset patch # User emellor@ewan # Node ID 1c95ad754ad4d68ef41b1816465652c61891bded # Parent 95e589a9b2f6bfe3328af3e06ccb27173fd55e61 Mark unused variable as such. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r 95e589a9b2f6 -r 1c95ad754ad4 tools/python/xen/xend/XendNode.py --- a/tools/python/xen/xend/XendNode.py Tue Sep 20 16:19:19 2005 +++ b/tools/python/xen/xend/XendNode.py Tue Sep 20 16:20:20 2005 @@ -36,7 +36,7 @@ def reboot(self): return 0 - def notify(self, uri): + def notify(self, _): return 0 def cpu_bvt_slice_set(self, ctx_allow): _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |