From: <the...@us...> - 2006-06-27 06:50:55
|
Revision: 16356 Author: thekingant Date: 2006-06-26 23:50:52 -0700 (Mon, 26 Jun 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16356&view=rev Log Message: ----------- Fix coverity CID #200: Remove unused code Modified Paths: -------------- trunk/src/protocols/yahoo/yahoo.c Modified: trunk/src/protocols/yahoo/yahoo.c =================================================================== --- trunk/src/protocols/yahoo/yahoo.c 2006-06-27 02:33:55 UTC (rev 16355) +++ trunk/src/protocols/yahoo/yahoo.c 2006-06-27 06:50:52 UTC (rev 16356) @@ -2676,7 +2676,6 @@ struct yahoo_data *yd; YahooFriend *f; GaimPresence *presence; - GaimStatus *status; if (!b || !(account = b->account) || !(gc = gaim_account_get_connection(account)) || !(yd = gc->proto_data)) @@ -2689,7 +2688,6 @@ } presence = gaim_buddy_get_presence(b); - status = gaim_presence_get_active_status(presence); if (gaim_presence_is_online(presence) == FALSE) { *se = "offline"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |