Skip to content

Commit 911b3da

Browse files
asemjonovsfabiobaltieri
authored andcommitted
kernel: Clean-up lingering code coverage exclusion flag
Remove LCOV_EXCL_STOP flag as LCOV_EXCL_START was removed in a previous commit. This causes a gcov compilation error. Signed-off-by: Al Semjonovs <[email protected]>
1 parent 8a83115 commit 911b3da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/init.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ extern volatile uintptr_t __stack_chk_guard;
187187
#endif /* CONFIG_STACK_CANARIES_TLS */
188188
#endif /* CONFIG_REQUIRES_STACK_CANARIES */
189189

190-
/* LCOV_EXCL_STOP */
191-
192190
__pinned_bss
193191
bool z_sys_post_kernel;
194192

0 commit comments

Comments
 (0)