summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-08-15 12:31:37 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2009-08-15 12:31:37 +0300
commit054be75df725781e7cd67d788ef2704744681880 (patch)
tree80ddefe98c6b81465e142b26b3616df8426df8db
parent3cee1e7446f5f325095f5761dfa445c8519b614d (diff)
downloadbluez-054be75df725781e7cd67d788ef2704744681880.tar.gz
Remove unused variable from the hci_dev struct
-rw-r--r--src/adapter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/adapter.h b/src/adapter.h
index f2df1615d..b4f5db538 100644
--- a/src/adapter.h
+++ b/src/adapter.h
@@ -69,7 +69,6 @@ struct hci_dev {
uint8_t ssp_mode;
uint8_t name[MAX_NAME_LENGTH];
- uint8_t class[3];
};
int adapter_start(struct btd_adapter *adapter);