diff --git a/src/plugins/cmakeprojectmanager/3rdparty/cmake/cmStandardLexer.h b/src/plugins/cmakeprojectmanager/3rdparty/cmake/cmStandardLexer.h index 08088613428..92ce69276d0 100644 --- a/src/plugins/cmakeprojectmanager/3rdparty/cmake/cmStandardLexer.h +++ b/src/plugins/cmakeprojectmanager/3rdparty/cmake/cmStandardLexer.h @@ -2,11 +2,6 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #pragma once -#if defined(__linux) -/* Needed for glibc < 2.12 */ -// NOLINTNEXTLINE(bugprone-reserved-identifier) -# define _XOPEN_SOURCE 600 -#endif #if !defined(_POSIX_C_SOURCE) && !defined(_WIN32) && !defined(__sun) && \ !defined(__OpenBSD__) /* POSIX APIs are needed */