From bfa8316970a7dce659585a038458bc41776ed965 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 7 May 2010 23:42:28 +0000 Subject: stuff --- src/datastore/gnunet-service-datastore.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/datastore/gnunet-service-datastore.c') diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c index 6d0f29671..fc0587cf7 100644 --- a/src/datastore/gnunet-service-datastore.c +++ b/src/datastore/gnunet-service-datastore.c @@ -26,7 +26,6 @@ #include "platform.h" #include "gnunet_util_lib.h" -#include "gnunet_arm_service.h" #include "gnunet_protocols.h" #include "gnunet_statistics_service.h" #include "plugin_datastore.h" @@ -1304,7 +1303,6 @@ unload_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) GNUNET_CONTAINER_bloomfilter_free (filter); filter = NULL; } - GNUNET_ARM_stop_services (cfg, tc->sched, "statistics", NULL); if (stats != NULL) { GNUNET_STATISTICS_destroy (stats, GNUNET_YES); @@ -1453,13 +1451,11 @@ run (void *cls, } return; } - GNUNET_ARM_start_services (cfg, sched, "statistics", NULL); plugin = load_plugin (); if (NULL == plugin) { GNUNET_CONTAINER_bloomfilter_free (filter); filter = NULL; - GNUNET_ARM_stop_services (cfg, sched, "statistics", NULL); if (stats != NULL) { GNUNET_STATISTICS_destroy (stats, GNUNET_YES); -- cgit v1.2.3