im.pidgin.pidgin: c8fe7b18f7d5a479e1de5001268c686e5426049d

markdoliner at pidgin.im markdoliner at pidgin.im
Tue Oct 9 03:30:39 EDT 2007


-----------------------------------------------------------------
Revision: c8fe7b18f7d5a479e1de5001268c686e5426049d
Ancestor: 83245b7ca93e546927c19472b74cf4dff6d1a96b
Author: markdoliner at pidgin.im
Date: 2007-10-09T07:29:11
Branch: im.pidgin.pidgin

Modified files:
        libpurple/protocols/oscar/oscar.c

ChangeLog: 

Get rid of an unused variable.  Coverity found this.  Remember
Coverity?  It's back!  Richard and Gary and I met up with
David Maxwell at the Google Mentor Summit and fixed things up.
Well, mostly David and Richard.

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	b2c3f0302f5a4a03fbf44288a12bd9804d33f592
+++ libpurple/protocols/oscar/oscar.c	78499efe367e1dd47d2e4f129856c3104787ce52
@@ -1721,7 +1721,6 @@ static int purple_parse_oncoming(OscarDa
 {
 	PurpleConnection *gc;
 	PurpleAccount *account;
-	PurplePresence *presence;
 	struct buddyinfo *bi;
 	time_t time_idle = 0, signon = 0;
 	int type = 0;
@@ -1734,7 +1733,6 @@ static int purple_parse_oncoming(OscarDa
 
 	gc = od->gc;
 	account = purple_connection_get_account(gc);
-	presence = purple_account_get_presence(account);
 
 	va_start(ap, fr);
 	info = va_arg(ap, aim_userinfo_t *);


More information about the Commits mailing list