From 9479f9bbfc24d603df66993388a50200641fabd2 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Fri, 21 Feb 2025 11:09:42 +0100 Subject: [PATCH] tst_QCryptographicHash: remove remnants of BigData split The ensureLargeData() and 'large' members were only used in BigData tests that have since moved to a different executable. Amends fff217824b532da7306af1ac755581e76e098a27. Pick-to: 6.8 6.5 6.2 5.15 Change-Id: Idc99a868e082098dda4e1bee62470370c7e20f62 Reviewed-by: Ivan Solovev (cherry picked from commit 5cd046f154a0a31635c935bf6c9f1abd27837b80) Reviewed-by: Qt Cherry-pick Bot --- .../corelib/tools/qcryptographichash/tst_qcryptographichash.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/corelib/tools/qcryptographichash/tst_qcryptographichash.cpp b/tests/auto/corelib/tools/qcryptographichash/tst_qcryptographichash.cpp index f57e2812d10..ba51752baa5 100644 --- a/tests/auto/corelib/tools/qcryptographichash/tst_qcryptographichash.cpp +++ b/tests/auto/corelib/tools/qcryptographichash/tst_qcryptographichash.cpp @@ -37,8 +37,6 @@ private slots: void swap(); private: void all_methods(bool includingNumAlgorithms) const; - void ensureLargeData(); - std::vector large; }; void tst_QCryptographicHash::repeated_result_data()