From 88d31e26283eb19739441e15f81b862ae9a4ec6e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 25 Feb 2009 18:20:48 +0200 Subject: Remove unused path variable --- src/dbus-hci.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/dbus-hci.c b/src/dbus-hci.c index 5c3b98d5..894b4492 100644 --- a/src/dbus-hci.c +++ b/src/dbus-hci.c @@ -534,7 +534,6 @@ static int found_device_req_name(struct btd_adapter *adapter) void hcid_dbus_inquiry_complete(bdaddr_t *local) { struct btd_adapter *adapter; - const gchar *path; int state; adapter = manager_find_adapter(local); @@ -543,8 +542,6 @@ void hcid_dbus_inquiry_complete(bdaddr_t *local) return; } - path = adapter_get_path(adapter); - /* * The following scenarios can happen: * 1. standard inquiry: always send discovery completed signal -- cgit