[Spice-devel] [PATCH spice 1/2] Remove unused reds_expects_link_id

Pavel Grunt pgrunt at redhat.com
Wed Jun 15 13:44:38 UTC 2016


Not needed since f683815ad53cc39f485ddac9770e23282ca5c340

Signed-off-by: Pavel Grunt <pgrunt at redhat.com>
---
 server/reds.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/server/reds.c b/server/reds.c
index 10b943a..28ab90a 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -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;
-- 
2.8.4



More information about the Spice-devel mailing list