aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-22 07:04:40 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-22 07:04:40 +0000
commit98de9a1b4cbdf9f90d81c4278417c2a1e21365ec (patch)
treea017d5d731b641293331d4dcdc1762eba06da259 /src/integration-tests
parentb531e1b857650623e8167e2d31d97be2e3985f63 (diff)
downloadgnunet-98de9a1b4cbdf9f90d81c4278417c2a1e21365ec.tar.gz
gnunet-98de9a1b4cbdf9f90d81c4278417c2a1e21365ec.zip
-dead code elimination
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/connection_watchdog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c
index 9010044cc..9e8b3f751 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -348,7 +348,6 @@ stats_check_cb (void *cls, const char *subsystem,
348 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 348 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
349 "%u transport tcp sessions <-> %i established tcp connections\n", 349 "%u transport tcp sessions <-> %i established tcp connections\n",
350 statistics_transport_tcp_connections, low_level_connections_tcp); 350 statistics_transport_tcp_connections, low_level_connections_tcp);
351 fail = GNUNET_YES;
352 } 351 }
353 else if (low_level_connections_tcp != -1) 352 else if (low_level_connections_tcp != -1)
354 { 353 {
@@ -362,7 +361,6 @@ stats_check_cb (void *cls, const char *subsystem,
362 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 361 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
363 "%u transport notifications <-> %u in statistics (statistics_transport_tcp_connections)\n", 362 "%u transport notifications <-> %u in statistics (statistics_transport_tcp_connections)\n",
364 transport_connections, statistics_transport_tcp_connections); 363 transport_connections, statistics_transport_tcp_connections);
365 fail = GNUNET_YES;
366 } 364 }
367 else 365 else
368 { 366 {