removed unused recv_core field

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Frediano Ziglio 2015-10-13 16:27:53 +01:00
parent d3153f8610
commit 78c8203f16

View File

@ -41,7 +41,6 @@ typedef struct DispatcherMessage {
} DispatcherMessage;
struct Dispatcher {
SpiceCoreInterface *recv_core;
int recv_fd;
int send_fd;
pthread_t self;