summaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-07 16:15:06 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-07 16:15:06 +0000
commit3b85ce75b48e259ef0926a3b02203d4e9b0fea35 (patch)
treea73dc4843fc857fb2e236855f8e40c7b3763f312 /src/namestore/namestore_api.c
parent78d1ac5fceb9dfb4935a7c266416c1342de08959 (diff)
downloadgnunet-3b85ce75b48e259ef0926a3b02203d4e9b0fea35.tar.gz
gnunet-3b85ce75b48e259ef0926a3b02203d4e9b0fea35.zip
- not required anymore
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c2
1 files changed, 0 insertions, 2 deletions
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,
376 /* Operation done, remove */ 376 /* Operation done, remove */
377 GNUNET_CONTAINER_DLL_remove(h->op_head, h->op_tail, qe); 377 GNUNET_CONTAINER_DLL_remove(h->op_head, h->op_tail, qe);
378 378
379
380 int res = ntohl (msg->op_result); 379 int res = ntohl (msg->op_result);
381 /** 380 /**
382 * result: 381 * result:
@@ -896,7 +895,6 @@ clean_up_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
896 895
897 while (NULL != (q = h->op_head)) 896 while (NULL != (q = h->op_head))
898 { 897 {
899 GNUNET_break (0);
900 GNUNET_CONTAINER_DLL_remove (h->op_head, h->op_tail, q); 898 GNUNET_CONTAINER_DLL_remove (h->op_head, h->op_tail, q);
901 GNUNET_free (q); 899 GNUNET_free (q);
902 } 900 }