From 407e05bc17e303c0b2e68a28ff47112189440574 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 29 Oct 2024 15:24:25 +0100 Subject: [PATCH] kernel/os_sanity: Remove double function typedef This is copy-n-paste error. --- kernel/os/include/os/os_sanity.h | 1 - 1 file changed, 1 deletion(-) 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.