aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-30 21:59:57 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-30 21:59:57 +0000
commit760f75d2d87f01ca93ebfb349eedbb4224c03c7c (patch)
treeadf5e00efe624a07daec9bca86c165ba8c0b0668 /src/testing/testing.c
parenta51b142e12ae33789687972480a9a485cdf56930 (diff)
downloadgnunet-760f75d2d87f01ca93ebfb349eedbb4224c03c7c.tar.gz
gnunet-760f75d2d87f01ca93ebfb349eedbb4224c03c7c.zip
-eliminate dead code
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 98ac76fb7..043bdd7d2 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -205,11 +205,6 @@ struct GNUNET_TESTING_Peer
205 struct GNUNET_ARM_Handle *ah; 205 struct GNUNET_ARM_Handle *ah;
206 206
207 /** 207 /**
208 * Handle to ARM monitoring
209 */
210 struct GNUNET_ARM_MonitorHandle *mh;
211
212 /**
213 * The config of the peer 208 * The config of the peer
214 */ 209 */
215 struct GNUNET_CONFIGURATION_Handle *cfg; 210 struct GNUNET_CONFIGURATION_Handle *cfg;
@@ -1518,8 +1513,6 @@ GNUNET_TESTING_peer_destroy (struct GNUNET_TESTING_Peer *peer)
1518 GNUNET_TESTING_peer_stop (peer); 1513 GNUNET_TESTING_peer_stop (peer);
1519 if (NULL != peer->ah) 1514 if (NULL != peer->ah)
1520 GNUNET_ARM_disconnect (peer->ah); 1515 GNUNET_ARM_disconnect (peer->ah);
1521 if (NULL != peer->mh)
1522 GNUNET_ARM_monitor_stop (peer->mh);
1523 GNUNET_free (peer->cfgfile); 1516 GNUNET_free (peer->cfgfile);
1524 if (NULL != peer->cfg) 1517 if (NULL != peer->cfg)
1525 GNUNET_CONFIGURATION_destroy (peer->cfg); 1518 GNUNET_CONFIGURATION_destroy (peer->cfg);