qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [7232] monitor: Fix warning in do_info_numa (Jan Kiszka)
@ 2009-04-22 20:20 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-04-22 20:20 UTC (permalink / raw)
  To: qemu-devel

Revision: 7232
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7232
Author:   aliguori
Date:     2009-04-22 20:20:29 +0000 (Wed, 22 Apr 2009)
Log Message:
-----------
monitor: Fix warning in do_info_numa (Jan Kiszka)

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Modified Paths:
--------------
    trunk/monitor.c

Modified: trunk/monitor.c
===================================================================
--- trunk/monitor.c	2009-04-22 20:20:22 UTC (rev 7231)
+++ trunk/monitor.c	2009-04-22 20:20:29 UTC (rev 7232)
@@ -1411,7 +1411,7 @@
 
 static void do_info_numa(Monitor *mon)
 {
-    int i, j;
+    int i;
     CPUState *env;
 
     monitor_printf(mon, "%d nodes\n", nb_numa_nodes);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-22 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-22 20:20 [Qemu-devel] [7232] monitor: Fix warning in do_info_numa (Jan Kiszka) Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).