From 5c2348cf0d8bc44e59878be48608ff85c048a747 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 18 Aug 2015 09:49:39 -0700 Subject: [PATCH] remove header for commented stats --- tools/udt-test/src/UDTTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/udt-test/src/UDTTest.cpp b/tools/udt-test/src/UDTTest.cpp index 1780231b99..1f55fd1665 100644 --- a/tools/udt-test/src/UDTTest.cpp +++ b/tools/udt-test/src/UDTTest.cpp @@ -51,7 +51,6 @@ const QStringList CLIENT_STATS_TABLE_HEADERS { const QStringList SERVER_STATS_TABLE_HEADERS { "Receive Rate (P/s)", "Bandwidth (P/s)", "RTT(ms)", "CW (P)", - //"Total Bytes", "Util Bytes", "Ratio (%)", "Sent ACK", "Sent LACK", "Sent NAK", "Sent TNAK", "Recieved ACK2", "Duplicate Packets" };