From f5c6fcbd2e1257460e07eaf4b102491f66af7cf1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Sep 2015 12:37:44 +0000 Subject: -dead --- src/scalarproduct/gnunet-service-scalarproduct_bob.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/scalarproduct/gnunet-service-scalarproduct_bob.c') diff --git a/src/scalarproduct/gnunet-service-scalarproduct_bob.c b/src/scalarproduct/gnunet-service-scalarproduct_bob.c index d08f5b858..25a74386a 100644 --- a/src/scalarproduct/gnunet-service-scalarproduct_bob.c +++ b/src/scalarproduct/gnunet-service-scalarproduct_bob.c @@ -139,11 +139,6 @@ struct BobServiceSession */ struct CadetIncomingSession *cadet; - /** - * The computed scalar - */ - gcry_mpi_t product; - /** * How many elements will be supplied in total from the client. */ @@ -408,11 +403,6 @@ destroy_service_session (struct BobServiceSession *s) GNUNET_free (s->r_prime); s->r_prime = NULL; } - if (NULL != s->product) - { - gcry_mpi_release (s->product); - s->product = NULL; - } GNUNET_free (s); } -- cgit v1.2.3