summaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-29 19:34:54 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-29 19:34:54 +0000
commit461f88a18bb39f3966a1aa4579224fd241b8bc5d (patch)
tree36cbea873db574f99c81f990499977282a5c0c64 /src/ats-tests/ats-testing.h
parenta88e3f058a8a78645e8d568157d4084a0eab92ae (diff)
downloadgnunet-461f88a18bb39f3966a1aa4579224fd241b8bc5d.tar.gz
gnunet-461f88a18bb39f3966a1aa4579224fd241b8bc5d.zip
-dead code elimination
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index b2a4d13e6..b98988138 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -447,8 +447,6 @@ struct GNUNET_ATS_TEST_Topology
447 447
448 struct GNUNET_CORE_MessageHandler *handlers; 448 struct GNUNET_CORE_MessageHandler *handlers;
449 449
450 GNUNET_TRANSPORT_ReceiveCallback transport_recv_cb;
451
452 GNUNET_ATS_TEST_TopologySetupDoneCallback done_cb; 450 GNUNET_ATS_TEST_TopologySetupDoneCallback done_cb;
453 GNUNET_ATS_AddressInformationCallback ats_perf_cb; 451 GNUNET_ATS_AddressInformationCallback ats_perf_cb;
454 void *done_cb_cls; 452 void *done_cb_cls;
@@ -721,7 +719,6 @@ GNUNET_ATS_TEST_get_partner (int src, int dest);
721 * @param test_core connect to CORE service (#GNUNET_YES) or transport (#GNUNET_NO) 719 * @param test_core connect to CORE service (#GNUNET_YES) or transport (#GNUNET_NO)
722 * @param done_cb function to call when topology is setup 720 * @param done_cb function to call when topology is setup
723 * @param done_cb_cls cls for callback 721 * @param done_cb_cls cls for callback
724 * @param transport_recv_cb callback to call when data are received
725 * @param log_request_cb callback to call when logging is required 722 * @param log_request_cb callback to call when logging is required
726 */ 723 */
727void 724void
@@ -732,7 +729,6 @@ GNUNET_ATS_TEST_create_topology (char *name,
732 int test_core, 729 int test_core,
733 GNUNET_ATS_TEST_TopologySetupDoneCallback done_cb, 730 GNUNET_ATS_TEST_TopologySetupDoneCallback done_cb,
734 void *done_cb_cls, 731 void *done_cb_cls,
735 GNUNET_TRANSPORT_ReceiveCallback recv_cb,
736 GNUNET_ATS_TEST_LogRequest ats_perf_cb); 732 GNUNET_ATS_TEST_LogRequest ats_perf_cb);
737 733
738 734