From 86f94ebaa65f927806f5be443b40c1b6f1118997 Mon Sep 17 00:00:00 2001 From: Christopher Friedt Date: Mon, 6 Sep 2021 04:31:18 -0400 Subject: [PATCH] kernel: init: remove empty lcov exclusion Remove the empty lcov exclusion left over from the weak main function. Signed-off-by: Christopher Friedt --- kernel/init.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel/init.c b/kernel/init.c index e4cb212ad89..0a4e4bafaaf 100644 --- a/kernel/init.c +++ b/kernel/init.c @@ -225,10 +225,6 @@ static void bg_thread_main(void *unused1, void *unused2, void *unused3) #endif } /* LCOV_EXCL_LINE ... because we just dumped final coverage data */ -/* LCOV_EXCL_START */ - -/* LCOV_EXCL_STOP */ - #if defined(CONFIG_MULTITHREADING) __boot_func static void init_idle_thread(int i)