| Index: device/bluetooth/dbus/bluetooth_gatt_service_client.cc
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_service_client.cc b/device/bluetooth/dbus/bluetooth_gatt_service_client.cc
|
| index 469ef92b9dc274550c3f41024c612a5aca044866..bcc0fa8c6291c779d7ecaaf8607058cfde1d5bd0 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_service_client.cc
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_service_client.cc
|
| @@ -23,8 +23,6 @@ BluetoothGattServiceClient::Properties::Properties(
|
| RegisterProperty(bluetooth_gatt_service::kIncludesProperty, &includes);
|
| RegisterProperty(bluetooth_gatt_service::kDeviceProperty, &device);
|
| RegisterProperty(bluetooth_gatt_service::kPrimaryProperty, &primary);
|
| - RegisterProperty(bluetooth_gatt_service::kCharacteristicsProperty,
|
| - &characteristics);
|
| }
|
|
|
| BluetoothGattServiceClient::Properties::~Properties() {}
|
|
|