From c54265073436cf2f6defa85eb09d5e066c2ec6ea Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Mon, 26 Mar 2018 18:07:29 +0100 Subject: [PATCH] removed unused param from call --- .../targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp b/features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp index 92996ff06f..bff6eef611 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp @@ -636,7 +636,6 @@ bool CordioSecurityManager::sm_handler(const wsfMsgHdr_t* msg) { case DM_SEC_CALC_OOB_IND: { dmSecOobCalcIndEvt_t* evt = (dmSecOobCalcIndEvt_t*) msg; handler->on_secure_connections_oob_generated( - evt->hdr.param, evt->random, evt->confirm );