dead
authorChristian Grothoff <christian@grothoff.org>
Mon, 18 Jan 2010 09:09:13 +0000 (09:09 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 18 Jan 2010 09:09:13 +0000 (09:09 +0000)
src/arm/test_exponential_backoff.c

index a7b3b8399cccff79dd35d085ca99f23dd5c05a5d..75f70fb13b17e08d0c323b3bac02687773e865ce 100644 (file)
@@ -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)