From aeb4a74b437e40384437dc93c7d58ea117bca07c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Jul 2013 07:46:06 +0000 Subject: [PATCH] -dead code --- src/namestore/gnunet-namestore.c | 11 ----------- 1 file changed, 11 deletions(-) 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); -- 2.25.1