Skip to content

Commit 119d459

Browse files
fix removed friend function
1 parent 9f09bb4 commit 119d459

File tree

1 file changed

+0
-2
lines changed
  • connectivity/FEATURE_BLE/source/generic

1 file changed

+0
-2
lines changed

connectivity/FEATURE_BLE/source/generic/GapImpl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ class Gap :
6565
#endif //BLE_FEATURE_PRIVACY
6666
{
6767
friend PalConnectionMonitor;
68-
#if BLE_FEATURE_PRIVACY
6968
friend PalGapEventHandler;
70-
#endif //BLE_FEATURE_PRIVACY
7169
friend PalGap;
7270
friend impl::BLEInstanceBase;
7371

0 commit comments

Comments
 (0)