aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-26 07:16:38 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-26 07:16:38 +0000
commitc9ca77798e93db9f08c4e6085429882d73e67321 (patch)
tree9c9bf41b09f2d0afd6c39172c37f06df8ee7e2ad /src/namestore/gnunet-service-namestore.c
parent9135191d4c7f7cf10114158989a4e2a7eebad1ef (diff)
downloadgnunet-c9ca77798e93db9f08c4e6085429882d73e67321.tar.gz
gnunet-c9ca77798e93db9f08c4e6085429882d73e67321.zip
-eliminate dead code
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 3332ffcc6..0fce443c7 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1022,7 +1022,7 @@ enum ZoneIterationResult
1022 1022
1023/** 1023/**
1024 * Context for record remove operations passed from 1024 * Context for record remove operations passed from
1025 * #run_zone_iteration_round to #zone_iteraterate_proc as closure 1025 * #run_zone_iteration_round to #zone_iterate_proc as closure
1026 */ 1026 */
1027struct ZoneIterationProcResult 1027struct ZoneIterationProcResult
1028{ 1028{