Skip to content

Commit 593cf2b

Browse files
committed
BLE - Remove conditional compilation of FileSecurityDb
1 parent f7df97b commit 593cf2b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

features/FEATURE_BLE/source/generic/FileSecurityDb.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "BLERoles.h"
18-
19-
#if BLE_FEATURE_SECURITY
20-
2117
#include "FileSecurityDb.h"
2218

2319
namespace ble {
@@ -395,6 +391,4 @@ SecurityEntrySigning_t* FileSecurityDb::read_in_entry_peer_signing(entry_handle_
395391
};
396392

397393
} /* namespace pal */
398-
} /* namespace ble */
399-
400-
#endif // BLE_FEATURE_SECURITY
394+
} /* namespace ble */

0 commit comments

Comments
 (0)