unnecessary
authorChristian Grothoff <christian@grothoff.org>
Tue, 4 Oct 2011 13:17:56 +0000 (13:17 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 4 Oct 2011 13:17:56 +0000 (13:17 +0000)
src/core/gnunet-service-core.c

index 989c79f514d3041b83f034e0924087098aa237e7..c74f1f6668946785428bebbdee139a6439cee994 100644 (file)
@@ -4650,14 +4650,6 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
                                 &handle_transport_notify_disconnect);
   GNUNET_assert (NULL != transport);
   stats = GNUNET_STATISTICS_create ("core", cfg);
-
-  GNUNET_STATISTICS_set (stats, gettext_noop ("# discarded CORE_SEND requests"),
-                         0, GNUNET_NO);
-  GNUNET_STATISTICS_set (stats,
-                         gettext_noop
-                         ("# discarded lower priority CORE_SEND requests"), 0,
-                         GNUNET_NO);
-
   mst = GNUNET_SERVER_mst_create (&deliver_message, NULL);
   GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, &cleaning_task,
                                 NULL);