From 63364a792e68ad29d791efddd504e47484a95707 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sun, 29 Dec 2024 20:41:38 -0300 Subject: [PATCH] qconfig-bootstrapped.h: remove QT_FEATUREs related to qrandom.cpp Amends 9e214cbcdd138d2363b836c005450d27c0191f74 ("Bootstrap: remove QRandomGenerator"), which was the only user of both getauxval() and getentropy(). Change-Id: I7d8c223b3bbfd86ef997fffdf046e2f4867889ff Reviewed-by: Ahmad Samir --- src/corelib/global/qconfig-bootstrapped.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/corelib/global/qconfig-bootstrapped.h b/src/corelib/global/qconfig-bootstrapped.h index 07557179443..b18b16ade29 100644 --- a/src/corelib/global/qconfig-bootstrapped.h +++ b/src/corelib/global/qconfig-bootstrapped.h @@ -51,12 +51,6 @@ #define QT_FEATURE_datetimeparser -1 #define QT_FEATURE_easingcurve -1 #define QT_FEATURE_etw -1 -#if defined(__linux__) || defined(__GLIBC__) -#define QT_FEATURE_getauxval (__has_include() ? 1 : -1) -#else -#define QT_FEATURE_getauxval -1 -#endif -#define QT_FEATURE_getentropy -1 #define QT_NO_GEOM_VARIANT #define QT_FEATURE_hijricalendar -1 #define QT_FEATURE_icu -1