aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2015-04-09 10:11:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2015-04-09 10:11:47 +0000
commit0f7360b201dae0e83cc73fdc5d02d81b7a368522 (patch)
treecc7f4dc92c21cd80a1b998fae74372bdcef41357 /src/ats-tests/ats-testing.c
parentb56915c0dac905b845f0ad81fe77337c768a0e0f (diff)
downloadgnunet-0f7360b201dae0e83cc73fdc5d02d81b7a368522.tar.gz
gnunet-0f7360b201dae0e83cc73fdc5d02d81b7a368522.zip
removing unused variable
switching from ATS_Information to ATS_Properties in gnunet-ats-sim
Diffstat (limited to 'src/ats-tests/ats-testing.c')
-rw-r--r--src/ats-tests/ats-testing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c
index bed1b87dd..94b21e50d 100644
--- a/src/ats-tests/ats-testing.c
+++ b/src/ats-tests/ats-testing.c
@@ -552,7 +552,6 @@ ats_performance_info_cb (void *cls,
552{ 552{
553 struct BenchmarkPeer *me = cls; 553 struct BenchmarkPeer *me = cls;
554 struct BenchmarkPartner *p; 554 struct BenchmarkPartner *p;
555 int c_a;
556 int log; 555 int log;
557 char *peer_id; 556 char *peer_id;
558 557