From 51ff626cb5d373cb7c066ad182af230f71c3ae01 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 18 Jan 2010 09:09:13 +0000 Subject: [PATCH] dead --- src/arm/test_exponential_backoff.c | 7 ------- 1 file changed, 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; static const struct GNUNET_CONFIGURATION_Handle *cfg; static struct GNUNET_ARM_Handle *arm; static int ok = 1; -static int kill_ok = GNUNET_OK; static FILE *killLogFilePtr; static char *killLogFileName; @@ -48,12 +47,6 @@ arm_notify_stop (void *cls, int success) } -static void -do_nothing_notify_stop (void *cls, int success) -{ - GNUNET_assert (success == GNUNET_NO); -} - static void do_nothing_notify (void *cls, int success) -- 2.25.1