diff -r c085ee3f4867 -r 18a23d385aa9 libpurple/glibcompat.h --- a/libpurple/glibcompat.h Fri Nov 15 02:23:03 2019 +0000 +++ b/libpurple/glibcompat.h Thu Nov 14 22:54:01 2019 -0600 @@ -49,21 +49,6 @@ # define g_stat purple_g_stat #endif - -#ifdef __clang__ - -#undef G_GNUC_BEGIN_IGNORE_DEPRECATIONS -#define G_GNUC_BEGIN_IGNORE_DEPRECATIONS \ - _Pragma ("clang diagnostic push") \ - _Pragma ("clang diagnostic ignored \"-Wdeprecated-declarations\"") - -#undef G_GNUC_END_IGNORE_DEPRECATIONS -#define G_GNUC_END_IGNORE_DEPRECATIONS \ - _Pragma ("clang diagnostic pop") - -#endif /* __clang__ */ - - /****************************************************************************** * g_assert_* macros *****************************************************************************/