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.9 6.8 6.5 6.2 5.15
Change-Id: Idc99a868e082098dda4e1bee62470370c7e20f62
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
Marc Mutz 2025-02-21 11:09:42 +01:00
parent 2831ce613f
commit 5cd046f154

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()