WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Mark unused variable as such., Xen patchbot -unstable <=