OSDN Git Service

minor cleanup
authorIvailo Monev <xakepa10@laimg.moc>
Wed, 19 Oct 2016 05:41:46 +0000 (05:41 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Wed, 19 Oct 2016 05:41:46 +0000 (05:41 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp

index f1f8d44..36003e7 100644 (file)
@@ -459,10 +459,8 @@ class tst_qnetworkreply : public QObject
 private slots:
     void httpLatency();
 
-#ifndef QT_NO_OPENSSL
     void echoPerformance_data();
     void echoPerformance();
-#endif
 
     void downloadPerformance();
     void uploadPerformance();
@@ -487,7 +485,6 @@ void tst_qnetworkreply::httpLatency()
     }
 }
 
-#ifndef QT_NO_OPENSSL
 void tst_qnetworkreply::echoPerformance_data()
 {
      QTest::addColumn<bool>("ssl");
@@ -519,7 +516,6 @@ void tst_qnetworkreply::echoPerformance()
         delete reply;
     }
 }
-#endif
 
 void tst_qnetworkreply::downloadPerformance()
 {