summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index 3e945db1dd..b33fea1117 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1411,7 +1411,7 @@ static void do_info_kvm(Monitor *mon)
 
 static void do_info_numa(Monitor *mon)
 {
-    int i, j;
+    int i;
     CPUState *env;
 
     monitor_printf(mon, "%d nodes\n", nb_numa_nodes);