debuggers.hg
changeset 7007:1c95ad754ad4
Mark unused variable as such.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@ewan |
---|---|
date | Tue Sep 20 17:20:20 2005 +0100 (2005-09-20) |
parents | 95e589a9b2f6 |
children | 26c6d506a97c |
files | tools/python/xen/xend/XendNode.py |
line diff
1.1 --- a/tools/python/xen/xend/XendNode.py Tue Sep 20 17:19:19 2005 +0100 1.2 +++ b/tools/python/xen/xend/XendNode.py Tue Sep 20 17:20:20 2005 +0100 1.3 @@ -36,7 +36,7 @@ class XendNode: 1.4 def reboot(self): 1.5 return 0 1.6 1.7 - def notify(self, uri): 1.8 + def notify(self, _): 1.9 return 0 1.10 1.11 def cpu_bvt_slice_set(self, ctx_allow):