aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-18 09:09:13 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-18 09:09:13 +0000
commit51ff626cb5d373cb7c066ad182af230f71c3ae01 (patch)
treefdfb18461a9d6339f3f120a9dd17c870330cbb01 /src/arm
parenta91ff8e9c4756d85e6358ae35cbd02408d0ba10c (diff)
downloadgnunet-51ff626cb5d373cb7c066ad182af230f71c3ae01.tar.gz
gnunet-51ff626cb5d373cb7c066ad182af230f71c3ae01.zip
dead
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/test_exponential_backoff.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arm/test_exponential_backoff.c b/src/arm/test_exponential_backoff.c
index a7b3b8399..75f70fb13 100644
--- a/src/arm/test_exponential_backoff.c
+++ b/src/arm/test_exponential_backoff.c
@@ -34,7 +34,6 @@ static struct GNUNET_SCHEDULER_Handle *sched;
34static const struct GNUNET_CONFIGURATION_Handle *cfg; 34static const struct GNUNET_CONFIGURATION_Handle *cfg;
35static struct GNUNET_ARM_Handle *arm; 35static struct GNUNET_ARM_Handle *arm;
36static int ok = 1; 36static int ok = 1;
37static int kill_ok = GNUNET_OK;
38static FILE *killLogFilePtr; 37static FILE *killLogFilePtr;
39static char *killLogFileName; 38static char *killLogFileName;
40 39
@@ -48,12 +47,6 @@ arm_notify_stop (void *cls, int success)
48} 47}
49 48
50 49
51static void
52do_nothing_notify_stop (void *cls, int success)
53{
54 GNUNET_assert (success == GNUNET_NO);
55}
56
57 50
58static void 51static void
59do_nothing_notify (void *cls, int success) 52do_nothing_notify (void *cls, int success)