From cf21af1846939ba9bb2927f63433125ed9c8fbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 15 Dec 2011 16:51:27 +0100 Subject: [PATCH] build: remove unused variable --- client/red_client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client/red_client.cpp b/client/red_client.cpp index 2f6c6ce7..f3da4c92 100644 --- a/client/red_client.cpp +++ b/client/red_client.cpp @@ -274,7 +274,6 @@ void* Migrate::worker_main(void *data) void Migrate::start(const SpiceMsgMainMigrationBegin* migrate) { - std::string cert_subject; uint32_t peer_major; uint32_t peer_minor;