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.5 6.2 5.15
Change-Id: Idc99a868e082098dda4e1bee62470370c7e20f62
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 5cd046f154a0a31635c935bf6c9f1abd27837b80)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 9479f9bbfc24d603df66993388a50200641fabd2)
This commit is contained in:
Marc Mutz 2025-02-21 11:09:42 +01:00 committed by Qt Cherry-pick Bot
parent 2edeb57cc3
commit 65f7bdd3ab

View File

@ -37,8 +37,6 @@ private slots:
void swap();
private:
void all_methods(bool includingNumAlgorithms) const;
void ensureLargeData();
std::vector<char> large;
};
void tst_QCryptographicHash::repeated_result_data()