From: Christian Grothoff Date: Mon, 18 Jan 2010 09:09:13 +0000 (+0000) Subject: dead X-Git-Tag: initial-import-from-subversion-38251~22952 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=51ff626cb5d373cb7c066ad182af230f71c3ae01;p=oweals%2Fgnunet.git dead --- 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)