# HG changeset patch # User Paul Aurich # Date 1305081772 0 # Node ID dec74c97c598af27be43a1295a22c84487b17908 # Parent 06ed9020b784dd73850425ba060d8ca27571c5ac jabber/bosh: We require glib 2.16 now, this was added in 2.16 diff -r 06ed9020b784 -r dec74c97c598 libpurple/protocols/jabber/bosh.c --- a/libpurple/protocols/jabber/bosh.c Wed May 11 01:58:03 2011 +0000 +++ b/libpurple/protocols/jabber/bosh.c Wed May 11 02:42:52 2011 +0000 @@ -484,13 +484,7 @@ /* Shouldn't happen; this should be the only place pipelining * is turned off. */ -#if GLIB_CHECK_VERSION(2,16,0) g_warn_if_reached(); -#else - g_log(G_LOG_DOMAIN, G_LOG_LEVEL_WARNING, - "(%s:%d):%s%s code should not be reached", - __FILE__, __LINE__, G_STRFUNC, G_STRFUNC[0] ? ":" : ""); -#endif } }