Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the deprecated CallChain class and its APIs #12534

Merged
merged 1 commit into from
Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions features/FEATURE_BLE/ble/FunctionPointerWithContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,7 @@ class FunctionPointerWithContext : public SafeBool<FunctionPointerWithContext<Co

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

/**
Expand Down
263 changes: 0 additions & 263 deletions platform/CallChain.h

This file was deleted.

Loading