Skip to content

Commit 6e6603f

Browse files
authored
Merge pull request #12534 from rajkan01/callchain_remove_deprecated
Remove the deprecated CallChain class and its APIs
2 parents 2dc5520 + 6e969ec commit 6e6603f

File tree

3 files changed

+1
-416
lines changed

3 files changed

+1
-416
lines changed

features/FEATURE_BLE/ble/FunctionPointerWithContext.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ class FunctionPointerWithContext : public SafeBool<FunctionPointerWithContext<Co
305305

306306
pFunctionPointerWithContext_t _next; /**< Optional link to make a chain out of functionPointers. This
307307
* allows chaining function pointers without requiring
308-
* external memory to manage the chain. Refer to
309-
* 'CallChain' as an alternative. */
308+
* external memory to manage the chain.*/
310309
};
311310

312311
/**

platform/CallChain.h

Lines changed: 0 additions & 263 deletions
This file was deleted.

0 commit comments

Comments
 (0)