-dead code
authorChristian Grothoff <christian@grothoff.org>
Tue, 9 Jul 2013 07:46:06 +0000 (07:46 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 9 Jul 2013 07:46:06 +0000 (07:46 +0000)
src/namestore/gnunet-namestore.c

index 3c8014268dd39ef059f10245401f4cbba7d3cb86..222ccf89a3185c85aff907a61735b4ed29f63c65 100644 (file)
 #include <gnunet_namestore_service.h>
 
 
-/**
- * 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);