From 9a2bd3bfc6299b922c88ee89172d7630bdf5dbb7 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 20 Jan 2023 23:59:52 +0100 Subject: [PATCH] fix warnings :( --- teshsuite/models/cm02-tcpgamma/cm02-tcpgamma.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/teshsuite/models/cm02-tcpgamma/cm02-tcpgamma.cpp b/teshsuite/models/cm02-tcpgamma/cm02-tcpgamma.cpp index 30d631ee53..8401592273 100644 --- a/teshsuite/models/cm02-tcpgamma/cm02-tcpgamma.cpp +++ b/teshsuite/models/cm02-tcpgamma/cm02-tcpgamma.cpp @@ -44,8 +44,6 @@ static void run_ping_test() /* We need a separate actor so that it can sleep after each test */ static void main_dispatcher() { - bool crosstraffic = simgrid::kernel::resource::NetworkModel::cfg_crosstraffic; - XBT_INFO("TEST: When the latency is 0, the communication takes 1 sec"); XBT_INFO(" "); run_ping_test(); -- 2.20.1