aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
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);