From 8669949f0df98610d9e4ce71cb80368357cd78ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 2 Aug 2022 18:18:53 +0200 Subject: Remove if_types.h workaround for watchOS watchOS is no longer supported, nor should the workaround be necessary anymore. Pick-to: 6.4 6.3 6.2 Change-Id: Id5898d14b10e8f4aeaf6ce42ab39dbfdff9338ef Reviewed-by: Timur Pocheptsov --- src/network/kernel/qnetworkinterface_unix.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/network/kernel/qnetworkinterface_unix.cpp') diff --git a/src/network/kernel/qnetworkinterface_unix.cpp b/src/network/kernel/qnetworkinterface_unix.cpp index 20af235de55..51a266b2e36 100644 --- a/src/network/kernel/qnetworkinterface_unix.cpp +++ b/src/network/kernel/qnetworkinterface_unix.cpp @@ -382,10 +382,7 @@ QT_BEGIN_INCLUDE_NAMESPACE # include #if defined(QT_PLATFORM_UIKIT) # include "qnetworkinterface_uikit_p.h" -#if !defined(QT_WATCHOS_OUTDATED_SDK_WORKAROUND) -// TODO: remove it as soon as SDK is updated on CI!!! # include -#endif #else # include # include -- cgit v1.2.3