From: Matthias Wachs Date: Wed, 7 Mar 2012 16:15:06 +0000 (+0000) Subject: - not required anymore X-Git-Tag: initial-import-from-subversion-38251~14371 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3b85ce75b48e259ef0926a3b02203d4e9b0fea35;p=oweals%2Fgnunet.git - not required anymore --- diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c index ae90e7441..814b1810d 100644 --- a/src/namestore/namestore_api.c +++ b/src/namestore/namestore_api.c @@ -376,7 +376,6 @@ handle_record_remove_response (struct GNUNET_NAMESTORE_QueueEntry *qe, /* Operation done, remove */ GNUNET_CONTAINER_DLL_remove(h->op_head, h->op_tail, qe); - int res = ntohl (msg->op_result); /** * result: @@ -896,7 +895,6 @@ clean_up_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) while (NULL != (q = h->op_head)) { - GNUNET_break (0); GNUNET_CONTAINER_DLL_remove (h->op_head, h->op_tail, q); GNUNET_free (q); }