From a006309dd6b276303a29e78de12f2a1bfe5617bf Mon Sep 17 00:00:00 2001 From: Christian Fuchs Date: Tue, 8 Oct 2013 13:02:46 +0000 Subject: [PATCH] removed a couple of excess variable declarations --- src/scalarproduct/gnunet-service-scalarproduct.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/scalarproduct/gnunet-service-scalarproduct.c b/src/scalarproduct/gnunet-service-scalarproduct.c index 6067833c3..6f6ace6d5 100644 --- a/src/scalarproduct/gnunet-service-scalarproduct.c +++ b/src/scalarproduct/gnunet-service-scalarproduct.c @@ -1894,17 +1894,13 @@ handle_service_request_multipart (void *cls, { struct ServiceSession * session; const struct GNUNET_SCALARPRODUCT_multipart_message * msg = (const struct GNUNET_SCALARPRODUCT_multipart_message *) message; - uint32_t mask_length; - uint32_t pk_length; uint32_t used_elements; uint32_t contained_elements; - uint32_t element_count; uint32_t msg_length; unsigned char * current; struct ServiceSession * responder_session; int32_t i = -1; - enum SessionState needed_state; - + // are we in the correct state? session = (struct ServiceSession *) * tunnel_ctx; if (BOB != session->role) { -- 2.25.1