BLE: TARGET_NRF - Remove unused variable.

pull/2785/head
Vincent Coubard 2016-09-22 16:15:15 +01:00
parent 07da784395
commit 1ecb1a6ca2
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
void bleGattcEventHandler(const ble_evt_t *p_ble_evt)
{
nRF5xn &ble = nRF5xn::Instance(BLE::DEFAULT_INSTANCE);
nRF5xGap &gap = (nRF5xGap &) ble.getGap();
nRF5xGattClient &gattClient = (nRF5xGattClient &) ble.getGattClient();
nRF5xServiceDiscovery &sdSingleton = gattClient.discovery();
nRF5xCharacteristicDescriptorDiscoverer &characteristicDescriptorDiscoverer =