remove dead statistic
[oweals/gnunet.git] / src / zonemaster / gnunet-service-zonemaster.c
index 04fd1d7de6647da632cf423676d318b3db8a0eb3..78b903bd2d2a6127e77db0feea339c7187e52120 100644 (file)
@@ -155,11 +155,6 @@ static struct DhtPutActivity *it_tail;
  */
 static unsigned int dht_queue_length;
 
-/**
- * Number of entries in the DHT queue #ma_head.
- */
-static unsigned int ma_queue_length;
-
 /**
  * Useful for zone update for DHT put
  */
@@ -463,10 +458,6 @@ update_velocity (unsigned int cnt)
                          "# size of the DHT queue (it)",
                          dht_queue_length,
                          GNUNET_NO);
-  GNUNET_STATISTICS_set (statistics,
-                         "# size of the DHT queue (mon)",
-                         ma_queue_length,
-                         GNUNET_NO);
   GNUNET_STATISTICS_set (statistics,
                          "% speed increase needed for target velocity",
                          pct,