From dbc9ab6343347e0074fb30981f5eebbdc2e448c9 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Thu, 9 Feb 2012 12:41:38 -0300 Subject: [PATCH] device: Remove unused variable --- src/device.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/device.c b/src/device.c index 927c4dcd9..3466adb3d 100644 --- a/src/device.c +++ b/src/device.c @@ -83,7 +83,6 @@ struct btd_disconnect_data { struct bonding_req { DBusConnection *conn; DBusMessage *msg; - GIOChannel *io; guint listener_id; struct btd_device *device; }; @@ -2221,9 +2220,6 @@ static void bonding_request_free(struct bonding_req *bonding) if (bonding->conn) dbus_connection_unref(bonding->conn); - if (bonding->io) - g_io_channel_unref(bonding->io); - device = bonding->device; g_free(bonding); -- 2.47.3