diff options
Diffstat (limited to 'components/pairing/bluetooth_host_pairing_controller.h')
-rw-r--r-- | components/pairing/bluetooth_host_pairing_controller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/pairing/bluetooth_host_pairing_controller.h b/components/pairing/bluetooth_host_pairing_controller.h index 9c50f5c..b99af24 100644 --- a/components/pairing/bluetooth_host_pairing_controller.h +++ b/components/pairing/bluetooth_host_pairing_controller.h @@ -103,7 +103,6 @@ class BluetoothHostPairingController EnrollmentStatus enrollment_status_; scoped_refptr<device::BluetoothAdapter> adapter_; - device::BluetoothDevice* device_; scoped_refptr<device::BluetoothSocket> service_socket_; scoped_refptr<device::BluetoothSocket> controller_socket_; scoped_ptr<ProtoDecoder> proto_decoder_; |