From bd89957287441872706432d1e283091b4e5cdbc8 Mon Sep 17 00:00:00 2001 From: bustico Date: Thu, 20 Jun 2013 08:38:59 +0000 Subject: fix compilation warning --- tools/ivyperf.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/ivyperf.c') diff --git a/tools/ivyperf.c b/tools/ivyperf.c index 8683692..a7845f0 100644 --- a/tools/ivyperf.c +++ b/tools/ivyperf.c @@ -74,17 +74,11 @@ void Pong (IvyClientPtr app, void *user_data, int argc, char *argv[]) { double current; double ts; - double tr; - double roundtrip1; - double roundtrip2; double roundtrip3; nbMsgReceive++; current = currentTime() - origin ; ts = atof( *argv++ ); - tr = atof( *argv++ ); - roundtrip1 = tr-ts; - roundtrip2 = current - tr; roundtrip3 = current - ts; if ( roundtrip3 > maxRoundTrip ) maxRoundTrip = roundtrip3; if ( roundtrip3 < minRoundTrip ) minRoundTrip = roundtrip3; -- cgit v1.1