address is no longer used and can be removed. --- src/adapter.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/adapter.c b/src/adapter.c index d208cfa..8b599da 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -2259,9 +2259,6 @@ void adapter_connect_list_remove(struct btd_adapter *adapter, void btd_adapter_start(struct btd_adapter *adapter) { struct session_req *req; - char address[18]; - - ba2str(&adapter->bdaddr, address); adapter->off_requested = FALSE; adapter->up = TRUE; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html