mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 17:15:21 +00:00
Remove unused reds_expects_link_id
Not needed since f683815ad5
Signed-off-by: Pavel Grunt <pgrunt@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
6bfeb5501c
commit
6a131e2cd1
@ -1657,12 +1657,6 @@ static void reds_send_link_result(RedLinkInfo *link, uint32_t error)
|
||||
reds_stream_write_all(link->stream, &error, sizeof(error));
|
||||
}
|
||||
|
||||
int reds_expects_link_id(uint32_t connection_id)
|
||||
{
|
||||
spice_info("TODO: keep a list of connection_id's from migration, compare to them");
|
||||
return 1;
|
||||
}
|
||||
|
||||
static void reds_mig_target_client_add(RedsState *reds, RedClient *client)
|
||||
{
|
||||
RedsMigTargetClient *mig_client;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user