summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/access/qnetworkreply
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-01-08 14:29:29 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-01-19 20:04:12 +0100
commit45dc973d9627fd60c2e567450e06105dc63121bf (patch)
tree36ec17fe9d44c4addbad1e8157909a4b61c2236c /tests/benchmarks/network/access/qnetworkreply
parent0d5b43bed4d75ce4d1f1c5a7b953288f5570350d (diff)
Remove unused variable from QNetworkReply benchmark
Fixes compiler warning. Change-Id: I73963f9f711b02d999b366dbf884acd5c851c950 Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'tests/benchmarks/network/access/qnetworkreply')
-rw-r--r--tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp b/tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp
index 6fcc329131..6d55cb4306 100644
--- a/tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp
+++ b/tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp
@@ -163,7 +163,6 @@ class ThreadedDataReader: public QThread
// used to make the constructor only return after the tcp server started listening
QSemaphore ready;
QTcpSocket *client;
- int timeout;
int port;
public:
qint64 transferRate;