From cc95067a39fda3dc013a7cd70802adf2f5b5048f Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Sat, 14 Mar 2020 11:53:23 +0000 Subject: [PATCH] dispatcher: Remove unused "stage" field Signed-off-by: Frediano Ziglio --- server/dispatcher.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/dispatcher.c b/server/dispatcher.c index bd74b6f3..85df8201 100644 --- a/server/dispatcher.c +++ b/server/dispatcher.c @@ -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 */