From c1b836cb1842abbc113e6e5d08988f269f02affd Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Mon, 8 Aug 2022 10:57:31 +0200 Subject: [PATCH] Remove redundant define for QT_LARGEFILE_SUPPORT It's unconditionally set in qconfig.h by configure.cmake. Change-Id: If10b5a34111856f4c279a1cf7bfc4ea3a995ef2b Reviewed-by: Thiago Macieira (cherry picked from commit 64ac64ba6bb2f70ab6aafb9af91b142a765956c7) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/global/qglobal.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 6bd61bc29a3..855fb9145e9 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -194,10 +194,6 @@ static_assert(!std::is_convertible_v, # include -#if defined(Q_OS_DARWIN) && !defined(QT_LARGEFILE_SUPPORT) -# define QT_LARGEFILE_SUPPORT 64 -#endif - #ifndef __ASSEMBLER__ QT_BEGIN_NAMESPACE