Index: device/bluetooth/bluetooth_gatt_descriptor.cc |
diff --git a/device/bluetooth/bluetooth_gatt_descriptor.cc b/device/bluetooth/bluetooth_gatt_descriptor.cc |
index 95a8f49e07fe8f87e67928701d6e3600434f64b6..a75ad98b87d97a3ddd7a2d1ed03a001dfb27c504 100644 |
--- a/device/bluetooth/bluetooth_gatt_descriptor.cc |
+++ b/device/bluetooth/bluetooth_gatt_descriptor.cc |
@@ -5,12 +5,9 @@ |
#include "device/bluetooth/bluetooth_gatt_descriptor.h" |
#include <stddef.h> |
- |
#include <vector> |
#include "base/lazy_instance.h" |
-#include "base/logging.h" |
-#include "base/macros.h" |
namespace device { |
namespace { |
@@ -80,14 +77,4 @@ BluetoothGattDescriptor::BluetoothGattDescriptor() { |
BluetoothGattDescriptor::~BluetoothGattDescriptor() { |
} |
-// static |
-BluetoothGattDescriptor* BluetoothGattDescriptor::Create( |
- const BluetoothUUID& uuid, |
- const std::vector<uint8_t>& value, |
- BluetoothGattCharacteristic::Permissions permissions) { |
- LOG(ERROR) << "Creating local GATT characteristic descriptors currently not " |
- << "supported."; |
- return NULL; |
-} |
- |
} // namespace device |