changeset 31589:dec74c97c598

jabber/bosh: We require glib 2.16 now, this was added in 2.16
author Paul Aurich <paul@darkrain42.org>
date Wed, 11 May 2011 02:42:52 +0000
parents 06ed9020b784
children f762bcb55249
files libpurple/protocols/jabber/bosh.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
 	}
 }