]> git.proxmox.com Git - qemu.git/blobdiff - hmp.c
Rename hexdump to avoid FreeBSD libutil conflict
[qemu.git] / hmp.c
diff --git a/hmp.c b/hmp.c
index 1675e77cf0f9020454057f9f1b781a0b2a609dc1..4fb76ec7a71bd6f2395dc5023d35187a25ea5bcd 100644 (file)
--- a/hmp.c
+++ b/hmp.c
@@ -750,14 +750,6 @@ void hmp_ringbuf_read(Monitor *mon, const QDict *qdict)
     g_free(data);
 }
 
-void hmp_query_cpu_max(Monitor *mon, const QDict *qdict)
-{
-    int cpu_max;
-
-    cpu_max = qmp_query_cpu_max(NULL);
-    monitor_printf(mon, "Maximum number of CPUs is %d\n", cpu_max);
-}
-
 static void hmp_cont_cb(void *opaque, int err)
 {
     if (!err) {