From: Xavier Claessens Date: Wed, 18 Feb 2009 10:25:08 +0000 (+0100) Subject: Remove dead code X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=8240abb5ca8ef41aa7e7771d04eb46324fca55f5 Remove dead code --- diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index ef5bd5d8..8ce7630f 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -228,11 +228,8 @@ dispatcher_connection_invalidated_cb (TpConnection *connection, EmpathyDispatcher *dispatcher) { EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher); - ConnectionData *cd; DEBUG ("Error: %s", message); - cd = g_hash_table_lookup (priv->connections, connection); - g_hash_table_remove (priv->connections, connection); }