From: Christian Fuchs Date: Tue, 8 Oct 2013 13:02:46 +0000 (+0000) Subject: removed a couple of excess variable declarations X-Git-Tag: initial-import-from-subversion-38251~6707 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a006309dd6b276303a29e78de12f2a1bfe5617bf;p=oweals%2Fgnunet.git removed a couple of excess variable declarations --- 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) {