Skip to content
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
4 changes: 0 additions & 4 deletions platform/mbed_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ void mbed_error_vprintf(const char *format, va_list arg) MBED_PRINTF(1, 0);
*/
void mbed_error_puts(const char *str);

/** @deprecated Renamed to mbed_error_vprintf to match functionality */
MBED_DEPRECATED_SINCE("mbed-os-5.11",
"Renamed to mbed_error_vprintf to match functionality.")
void mbed_error_vfprintf(const char *format, va_list arg) MBED_PRINTF(1, 0);
/** @}*/


Expand Down
5 changes: 0 additions & 5 deletions platform/source/mbed_board.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,3 @@ void mbed_error_puts(const char *str)
#endif
core_util_critical_section_exit();
}

void mbed_error_vfprintf(const char *format, va_list arg)
{
mbed_error_vprintf(format, arg);
}