ccc: remove unused field

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-02-08 19:43:42 +00:00
parent 1df9510581
commit 79e50495fe
2 changed files with 0 additions and 2 deletions

View File

@ -469,7 +469,6 @@ CommonChannelClient *common_channel_new_client(CommonChannel *common,
return NULL;
}
CommonChannelClient *common_cc = (CommonChannelClient*)rcc;
common_cc->worker = common->worker;
common_cc->id = common->worker->qxl->id;
common->during_target_migrate = mig_target;

View File

@ -28,7 +28,6 @@ typedef struct CommonChannelClient {
RedChannelClient base;
uint32_t id;
RedWorker *worker;
int is_low_bandwidth;
} CommonChannelClient;