Commit 14a25a51 authored by Alex Bennée's avatar Alex Bennée Committed by Eduardo Habkost
Browse files

includes: remove stale [smp|max]_cpus externs



Commit a5e0b331 removed these in favour of querying machine
properties. Remove the extern declarations as well.

Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Cc: Like Xu <like.xu@linux.intel.com>
Message-Id: <20190711130546.18578-1-alex.bennee@linaro.org>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Reviewed-by: default avatarLike Xu <like.xu@linux.intel.com>
Fixes: a5e0b331 ("vl.c: Replace smp global variables with smp machine properties")
Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
parent cc6613e2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -42,8 +42,6 @@ extern const char *keyboard_layout;
extern int win2k_install_hack;
extern int alt_grab;
extern int ctrl_grab;
extern int smp_cpus;
extern unsigned int max_cpus;
extern int cursor_hide;
extern int graphic_rotate;
extern int no_quit;