From 6115a1150c65bd4a33ed61c6e96594c4a73d86ac Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 Feb 2015 11:46:36 +0000 Subject: more dead and duplicate code elimination --- src/ats-tests/ats-testing.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/ats-tests') diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c index c90cbf3c7..a566a242c 100644 --- a/src/ats-tests/ats-testing.c +++ b/src/ats-tests/ats-testing.c @@ -613,21 +613,6 @@ ats_performance_info_cb (void *cls, p->ats_distance = ntohl (ats[c_a].value); GNUNET_break (0); break; - case GNUNET_ATS_COST_WAN: - if (p->ats_cost_wan != ntohl (ats[c_a].value)) - log = GNUNET_YES; - p->ats_cost_wan = ntohl (ats[c_a].value); - break; - case GNUNET_ATS_COST_LAN: - if (p->ats_cost_lan != ntohl (ats[c_a].value)) - log = GNUNET_YES; - p->ats_cost_lan = ntohl (ats[c_a].value); - break; - case GNUNET_ATS_COST_WLAN: - if (p->ats_cost_wlan != ntohl (ats[c_a].value)) - log = GNUNET_YES; - p->ats_cost_wlan = ntohl (ats[c_a].value); - break; default: break; } -- cgit v1.2.3