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