aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 12:19:35 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 12:19:35 +0000
commit42c6c351a1e6a8f568e53b34ad95d108c7db34c8 (patch)
tree10831714fdd8321d36221a1f2e99d0edd9f08023 /src/revocation
parentfc782c430e718d6213ca90620cdf89adf2fa0825 (diff)
downloadgnunet-42c6c351a1e6a8f568e53b34ad95d108c7db34c8.tar.gz
gnunet-42c6c351a1e6a8f568e53b34ad95d108c7db34c8.zip
-more dead code elimination / house cleaning
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/gnunet-service-revocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index 7022098f7..9133851ca 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -31,7 +31,7 @@
31 * peers that connect. 31 * peers that connect.
32 * 32 *
33 * TODO: 33 * TODO:
34 * - handle p2p revocations 34 * - broadcast p2p revocations
35 * - handle p2p connect (trigger SET union) 35 * - handle p2p connect (trigger SET union)
36 */ 36 */
37#include "platform.h" 37#include "platform.h"