diff options
Diffstat (limited to 'vl.c')
| -rw-r--r-- | vl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vl.c b/vl.c index 6547b5fe38..dd945496df 100644 --- a/vl.c +++ b/vl.c @@ -662,11 +662,6 @@ StatusInfo *qmp_query_status(Error **errp) return info; } -int64_t qmp_query_cpu_max(Error **errp) -{ - return current_machine->max_cpus; -} - /***********************************************************/ /* real time host monotonic timer */ |