# HG changeset patch # User Mark Doliner # Date 1151391052 0 # Node ID b5ff22440a5b287c35a1a260402a46cdbee90bb3 # Parent 0d0ab1e39d0a1c5664c642c1c8fd2dc9d8297a4f [gaim-migrate @ 16356] Fix coverity CID #200: Remove unused code committer: Tailor Script diff -r 0d0ab1e39d0a -r b5ff22440a5b src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Tue Jun 27 02:33:55 2006 +0000 +++ b/src/protocols/yahoo/yahoo.c Tue Jun 27 06:50:52 2006 +0000 @@ -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";