Skip to content

Commit 1ecb1a6

Browse files
committed
BLE: TARGET_NRF - Remove unused variable.
1 parent 07da784 commit 1ecb1a6

File tree

1 file changed

+0
-1
lines changed
  • features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/source/btle

1 file changed

+0
-1
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/source/btle/btle_discovery.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
void bleGattcEventHandler(const ble_evt_t *p_ble_evt)
2424
{
2525
nRF5xn &ble = nRF5xn::Instance(BLE::DEFAULT_INSTANCE);
26-
nRF5xGap &gap = (nRF5xGap &) ble.getGap();
2726
nRF5xGattClient &gattClient = (nRF5xGattClient &) ble.getGattClient();
2827
nRF5xServiceDiscovery &sdSingleton = gattClient.discovery();
2928
nRF5xCharacteristicDescriptorDiscoverer &characteristicDescriptorDiscoverer =

0 commit comments

Comments
 (0)