diff --git a/src/common/util.cpp b/src/common/util.cpp index 12d80759d..68d4b4c6e 100644 --- a/src/common/util.cpp +++ b/src/common/util.cpp @@ -32,10 +32,6 @@ #include #include -#ifdef __GLIBC__ -#include -#endif - #ifdef __GLIBC__ #include #include @@ -547,12 +543,6 @@ namespace tools sanitize_locale(); -#ifdef __GLIBC__ - const char *ver = gnu_get_libc_version(); - if (!strcmp(ver, "2.25")) - MCLOG_RED(el::Level::Warning, "global", "Running with glibc " << ver << ", hangs may occur - change glibc version if possible"); -#endif - #if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_TEXT) SSL_library_init(); #else