From: Christian Grothoff Date: Tue, 9 Jul 2013 07:46:06 +0000 (+0000) Subject: -dead code X-Git-Tag: initial-import-from-subversion-38251~8472 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aeb4a74b437e40384437dc93c7d58ea117bca07c;p=oweals%2Fgnunet.git -dead code --- diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c index 3c8014268..222ccf89a 100644 --- a/src/namestore/gnunet-namestore.c +++ b/src/namestore/gnunet-namestore.c @@ -33,11 +33,6 @@ #include -/** - * Hostkey generation context - */ -struct GNUNET_CRYPTO_EccKeyGenerationContext * keygen; - /** * Handle to the namestore. */ @@ -183,12 +178,6 @@ static void do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { - if (NULL != keygen) - { - GNUNET_CRYPTO_ecc_key_create_stop (keygen); - keygen = NULL; - } - if (NULL != list_it) { GNUNET_NAMESTORE_zone_iteration_stop (list_it);