ats_ril: - removed some redundantly saved plugin environment attributes
[oweals/gnunet.git] / src / ats / test_ats_simplistic.c
index 64309948580313c264a60c88ab1cf8a83bf524ff..b11ae4efe1c9356e456586538d561e988803925a 100644 (file)
@@ -32,7 +32,7 @@
  */
 #include "platform.h"
 #include "gnunet_ats_service.h"
-#include "gnunet_testing_lib-new.h"
+#include "gnunet_testing_lib.h"
 #include "ats.h"
 #include "test_ats_api_common.h"
 
@@ -254,13 +254,10 @@ address_suggest_cb (void *cls, const struct GNUNET_HELLO_Address *address,
 
       if (1 == ret)
       {
-        GNUNET_ATS_suggest_address_cancel (sched_ats, &p[1].id);
         GNUNET_SCHEDULER_add_now (&end, NULL);
         return;
       }
       stage ++;
-
-      GNUNET_ATS_suggest_address_cancel (sched_ats, &p[1].id);
       GNUNET_SCHEDULER_add_now (&end, NULL);
       return;
   }