summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2021-04-22 10:54:26 +0200
committerAlex Blasche <alexander.blasche@qt.io>2021-04-22 16:01:30 +0200
commit673f6588325430b61ff788c46dde008261fef45f (patch)
tree10c634b5a5532bda1c3f17b4a728261bb501243d
parentcc4a9ec3830214a6aa02fb3fb1e13d73b50282a9 (diff)
Remove unused variable
Change-Id: Iaf623ee57ca793381f1d692982def26568accd5a Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--tests/auto/qbluetoothserver/tst_qbluetoothserver.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qbluetoothserver/tst_qbluetoothserver.cpp b/tests/auto/qbluetoothserver/tst_qbluetoothserver.cpp
index 5444de6e..82d97efb 100644
--- a/tests/auto/qbluetoothserver/tst_qbluetoothserver.cpp
+++ b/tests/auto/qbluetoothserver/tst_qbluetoothserver.cpp
@@ -42,9 +42,6 @@ QT_USE_NAMESPACE
Q_DECLARE_METATYPE(QBluetooth::SecurityFlags)
-// Max time to wait for connection
-static const int MaxConnectTime = 60 * 1000; // 1 minute in ms
-
class tst_QBluetoothServer : public QObject
{
Q_OBJECT