From 0c23db17bd69aa692029eb42b15db769eb065c73 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 24 Apr 2012 22:42:28 -0300 Subject: [PATCH] Remove leftover field in remote_dev_info struct Field "bdaddr_type" of the remote_dev_info structure is not being referenced in the code. Field "type" is already being used to store the Bluetooth address type. --- src/adapter.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/adapter.h b/src/adapter.h index 57d208920..29b5ad592 100644 --- a/src/adapter.h +++ b/src/adapter.h @@ -78,7 +78,6 @@ struct remote_dev_info { char **uuids; size_t uuid_count; GSList *services; - uint8_t bdaddr_type; uint8_t flags; }; -- 2.47.3