dispatcher: Remove unused "stage" field

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Frediano Ziglio 2020-03-14 11:53:23 +00:00
parent fff6e7da69
commit cc95067a39

View File

@ -57,7 +57,6 @@ struct DispatcherPrivate {
pthread_t thread_id;
pthread_mutex_t lock;
DispatcherMessage *messages;
int stage; /* message parser stage - sender has no stages */
guint max_message_type;
void *payload; /* allocated as max of message sizes */
size_t payload_size; /* used to track realloc calls */