changeset 27797:acfa3f8727cd

delete assertion which has been commented out in previous commit because it was added in yaz patch.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 16 Mar 2008 19:44:14 +0000
parents f17f71a58489
children 0298bd08da84
files libpurple/protocols/yahoo/yahoo_packet.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo_packet.c	Sun Mar 16 19:40:00 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo_packet.c	Sun Mar 16 19:44:14 2008 +0000
@@ -56,7 +56,6 @@
 	struct yahoo_pair *pair;
 
 	g_return_if_fail(pkt != NULL);
-//	g_return_if_fail(value != 0); // STATUS_AVAIL is 0 --yaz
 
 	pair = g_new0(struct yahoo_pair, 1);
 	pair->key = key;