gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27816 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r27816 - gnunet/src/namestore
Date: Tue, 9 Jul 2013 09:46:06 +0200

Author: grothoff
Date: 2013-07-09 09:46:06 +0200 (Tue, 09 Jul 2013)
New Revision: 27816

Modified:
   gnunet/src/namestore/gnunet-namestore.c
Log:
-dead code

Modified: gnunet/src/namestore/gnunet-namestore.c
===================================================================
--- gnunet/src/namestore/gnunet-namestore.c     2013-07-09 07:40:34 UTC (rev 
27815)
+++ gnunet/src/namestore/gnunet-namestore.c     2013-07-09 07:46:06 UTC (rev 
27816)
@@ -34,11 +34,6 @@
 
 
 /**
- * Hostkey generation context
- */
-struct GNUNET_CRYPTO_EccKeyGenerationContext * keygen;
-
-/**
  * Handle to the namestore.
  */
 static struct GNUNET_NAMESTORE_Handle *ns;
@@ -183,12 +178,6 @@
 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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]