mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 17:49:02 +00:00
reds: remove unneeded variable
Remove version_string variable. Was never changed and used in a single place. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
parent
3644783e24
commit
2094e8f1db
@ -3339,11 +3339,9 @@ static void reds_init_vd_agent_resources(RedsState *reds)
|
||||
}
|
||||
}
|
||||
|
||||
const char *version_string = VERSION;
|
||||
|
||||
static int do_spice_init(RedsState *reds, SpiceCoreInterface *core_interface)
|
||||
{
|
||||
spice_info("starting %s", version_string);
|
||||
spice_info("starting %s", VERSION);
|
||||
|
||||
if (core_interface->base.major_version != SPICE_INTERFACE_CORE_MAJOR) {
|
||||
spice_warning("bad core interface version");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user