BLE - Remove conditional compilation of FileSecurityDb

pull/9790/head
Vincent Coubard 2019-02-28 11:30:07 +00:00
parent f7df97bed7
commit 593cf2bd7c
1 changed files with 1 additions and 7 deletions
features/FEATURE_BLE/source/generic

View File

@ -14,10 +14,6 @@
* limitations under the License.
*/
#include "BLERoles.h"
#if BLE_FEATURE_SECURITY
#include "FileSecurityDb.h"
namespace ble {
@ -395,6 +391,4 @@ SecurityEntrySigning_t* FileSecurityDb::read_in_entry_peer_signing(entry_handle_
};
} /* namespace pal */
} /* namespace ble */
#endif // BLE_FEATURE_SECURITY
} /* namespace ble */