summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcryptographichash.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2024-12-29 12:35:25 -0300
committerThiago Macieira <thiago.macieira@intel.com>2024-12-30 19:45:58 -0300
commitc7f64d84fbd9b5b3cac41c1d81dc4d0479fc3fa1 (patch)
tree9e751805c09feca0375941ec52ddedbf5d8258ff /src/corelib/tools/qcryptographichash.cpp
parent002f12bf05a8ed977e2fec582d03039ab0bb11ca (diff)
Bootstrap: remove QUuid and QCryptographicHash: they're now unused
The previous commit removed the one use of QUuid and, through it, QCryptographicHash in one of the three bootstrapped tools. Change-Id: I31b7f9f6aa402709bad7fffd3a65e86be7f6d882 Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Diffstat (limited to 'src/corelib/tools/qcryptographichash.cpp')
-rw-r--r--src/corelib/tools/qcryptographichash.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/tools/qcryptographichash.cpp b/src/corelib/tools/qcryptographichash.cpp
index a38e9c2d3b1..0e677ceea36 100644
--- a/src/corelib/tools/qcryptographichash.cpp
+++ b/src/corelib/tools/qcryptographichash.cpp
@@ -17,10 +17,6 @@
#include "../../3rdparty/sha1/sha1.cpp"
-#if defined(QT_BOOTSTRAPPED) && !defined(QT_CRYPTOGRAPHICHASH_ONLY_SHA1)
-# error "Are you sure you need the other hashing algorithms besides SHA-1?"
-#endif
-
// Header from rfc6234
#include "../../3rdparty/rfc6234/sha.h"