diff --git a/kernel/os/include/os/os_sanity.h b/kernel/os/include/os/os_sanity.h index 71b18622ce..856d15dc63 100644 --- a/kernel/os/include/os/os_sanity.h +++ b/kernel/os/include/os/os_sanity.h @@ -38,7 +38,6 @@ extern "C" { #endif struct os_sanity_check; -typedef int (*os_sanity_check_func_t)(struct os_sanity_check *osc, void *arg); /** * Sanity check callback function.